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 if 429 lock_timeout #733

Merged
merged 2 commits into from Jun 18, 2022
Merged

Retry if 429 lock_timeout #733

merged 2 commits into from Jun 18, 2022

Conversation

snewcomer
Copy link
Collaborator

@snewcomer snewcomer self-assigned this May 30, 2022
@snewcomer snewcomer merged commit e5f8229 into master Jun 18, 2022
@snewcomer snewcomer deleted the sn/429-lock branch June 18, 2022 02:25
defp retry_response?({:ok, 409, _headers, _body}), do: true
defp retry_response?({:error, 409, _headers, _body}), do: true
# https://github.com/beam-community/stripity_stripe/issues/686
defp retry_response?({:errro, 429, _headers, _body}), do: true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like an :error typo here

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

Successfully merging this pull request may close these issues.

Retry on 429 status
2 participants