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

Implement exponential backoff for dealing with rate limiting pauses #1

Open
rdpickard opened this issue Jan 14, 2022 · 0 comments
Open
Assignees

Comments

@rdpickard
Copy link
Owner

As currently implemented the code will wait for 15min (900 seconds) when the API encounters a HTTP 429 status code. A static 15min pause is not the most optimal way to wait.

Using an exponential backoff strategy is more likely to decrease the time the code is waiting but the rate limit window is back open.

@rdpickard rdpickard self-assigned this Jan 14, 2022
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

No branches or pull requests

1 participant