-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retry requests on a 429 that's a lock timeout (#841)
Tweaks the retry logic so that 429s which have the special status code lock_timeout are retried automatically. Similar to what was recently implemented in Go: stripe/stripe-go#935
- Loading branch information
1 parent
82b5e51
commit 3e21fa9
Showing
2 changed files
with
22 additions
and
0 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
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