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

Retry requests on a 429 that's a lock timeout #841

Merged
merged 1 commit into from
Aug 27, 2019

Conversation

brandur
Copy link
Contributor

@brandur brandur commented Aug 27, 2019

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

r? @ob-stripe
cc @stripe/api-libraries

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
@brandur-stripe
Copy link
Contributor

Thanks OB!

@brandur-stripe brandur-stripe merged commit 3e21fa9 into master Aug 27, 2019
@brandur-stripe brandur-stripe deleted the brandur-retry-lock-timeouts branch August 27, 2019 21:22
@brandur-stripe
Copy link
Contributor

Released as 5.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants