Skip to content

[octocrab] Add support for 429 headers that github returns #6

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

Merged
merged 2 commits into from
Jun 2, 2025

Conversation

nataliejameson
Copy link

We're currently seeing some issues where sometimes we hit secondary rate limits from github. https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28 describes what headers to look for and how long to wait between retries, so add a new retry implementation that respects these hints.

We're currently seeing some issues where sometimes we hit secondary rate limits from github. https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28 describes what headers to look for and how long to wait between retries, so add a new retry implementation that respects these hints.
@nataliejameson nataliejameson merged commit 17056cd into discord Jun 2, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants