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

Auto sleep and retry requests when 429 #89

Closed
wants to merge 4 commits into from

Conversation

sonic182
Copy link

@sonic182 sonic182 commented Oct 25, 2019

What?

Added autoretry option for 429 api rate limit (sleep and retry call)

Tickets / Documentation

fixes #88

The client for oauth integrations should limit itself after any request (if rate_limiting_management options specified) but sometimes it doesn't work, so I added this autoretry

@sonic182 sonic182 closed this Nov 17, 2021
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.

429 error shouldn't appear should it?
2 participants