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

Consider retrying on certain HTTP response codes, i.e 429, 502, 503 #22

Open
buren opened this issue Sep 23, 2017 · 0 comments
Open

Consider retrying on certain HTTP response codes, i.e 429, 502, 503 #22

buren opened this issue Sep 23, 2017 · 0 comments
Milestone

Comments

@buren
Copy link
Owner

buren commented Sep 23, 2017

In Request#perform_request

429 Too Many Requests   - Check HTTP header for date value, if its not too long in
                          the future wait until then, otherwise return
502 Bad Gateway         - Consider waiting a few seconds, or whatever is configured
503 Service Unavailable - Sames is for 502
@buren buren changed the title Consider retrying on certain HTTP response codes, i.e 429, 503 Consider retrying on certain HTTP response codes, i.e 429, 502, 503 Sep 25, 2017
@buren buren added this to the v2.0 milestone Jun 24, 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