-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description Retry on certain 5XX codes. ## Changes - 5XX codes throw a different exception than 429, so adjusts `backoff` arguments to retry on both - Specify set of HTTP response codes to retry on in `_RETRY_CODES` variable - [ ] I have reviewed the [Guidelines for Contributing](CONTRIBUTING.md) and the [Code of Conduct](CODE_OF_CONDUCT.md).
- Loading branch information
1 parent
2562158
commit d06b869
Showing
1 changed file
with
41 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters