Skip to content

Hitting rate limits #377

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

Closed
moltar opened this issue May 31, 2021 · 2 comments
Closed

Hitting rate limits #377

moltar opened this issue May 31, 2021 · 2 comments

Comments

@moltar
Copy link

moltar commented May 31, 2021

On a large repo, when releasing for the first time, I am hitting a rate limit:

AggregateError: 
    HttpError: API rate limit exceeded for installation ID 227XXXX.

I think there should be a delay and retry mechanism for this.

This should be simple enough to add with something like p-retry package.

@gr2m
Copy link
Member

gr2m commented May 31, 2021

@semantic-release/github is currently using its own throttling logic, it was created before there was https://github.com/octokit/plugin-throttling.js/. Replacing the built-in logic with @octokit/plugin-throttling might likely resolve the problem, it's much more battle tested by now.

PRs welcome!

@gr2m
Copy link
Member

gr2m commented May 27, 2023

@gr2m gr2m closed this as completed May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants