-
Notifications
You must be signed in to change notification settings - Fork 363
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
Improve retry logic to only retry for appropriate HTTP error codes #861
Comments
This issue has not had any activity for 60 days and will be automatically closed in two weeks |
Hello @another-rex , I would like to work on this issue. |
Is someone working on this issue? can I have it? |
No one is working on this at the moment, but there might be significant refactors coming to the request code as part of our V2 change. That is still a month or so away though, so plenty of time to get a quick fix in. |
Thanks a lot for assigning it to me! I will update you soon :) |
Hi @another-rex , I’ve updated the retry logic as discussed, retrying only on 500 errors. Would it be okay for me to raise a PR for this fix? Thanks! |
@VishalGawade1 yup if you've got a fix open a pr 🙂 |
Hello @G-Rath , @another-rex , |
Followup to #860 to only retry for appropriate HTTP codes.
I.e. Only retry on 500s, and not 400 codes
The text was updated successfully, but these errors were encountered: