Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to overcome github_changelog_generator's rate limit problem #1045

Merged
merged 1 commit into from
Aug 19, 2023

Conversation

bensheldon
Copy link
Owner

@bensheldon bensheldon commented Aug 19, 2023

Maybe I got lucky, but it seemed like progressively adding, then removing --max-issues=500 overcame the secondary rate limiting blocker. My hypothesis being that the incremental results are cached which allows subsequent runs to progressively fetch more records until the cache is fully populated.

github-changelog-generator/github-changelog-generator#993 (comment)

@bensheldon bensheldon force-pushed the changelog-generator branch from a215c5d to 24b5b1f Compare August 19, 2023 12:45
Maybe I got lucky, but it seemed like progressively incrementing `--max-issues=500` overcame the secondary rate limiting blocker by progressively adding more records to the cache.
@bensheldon bensheldon force-pushed the changelog-generator branch from 24b5b1f to 4138fdc Compare August 19, 2023 12:51
@bensheldon bensheldon changed the title Attempt to overcome github_changelog_generator's Attempt to overcome github_changelog_generator's rate limit problem Aug 19, 2023
@bensheldon bensheldon merged commit 51a3bc8 into main Aug 19, 2023
@bensheldon bensheldon deleted the changelog-generator branch August 19, 2023 13:05
@bensheldon bensheldon added the documentation Improvements or additions to documentation label Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Development

Successfully merging this pull request may close these issues.

1 participant