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

add wait time logic for request handler #93

Merged
merged 2 commits into from
May 31, 2024
Merged

Conversation

geo-martino
Copy link
Owner

@geo-martino geo-martino commented May 31, 2024

Wait time logic for :py:class:.RequestHandler. This waits by a certain time after each request,
incrementing this wait time every time a 429 code is returned.
This allows better handling of rate limits, with the aim of preventing a lock out from a service.

@geo-martino geo-martino enabled auto-merge (squash) May 31, 2024 18:01
@geo-martino geo-martino merged commit e712516 into master May 31, 2024
7 checks passed
@geo-martino geo-martino deleted the add-handler-wait branch May 31, 2024 18:03
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.

1 participant