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 on 499 status code #563

Merged
merged 3 commits into from
Nov 22, 2023
Merged

Retry on 499 status code #563

merged 3 commits into from
Nov 22, 2023

Conversation

justinpolygon
Copy link
Contributor

Added a retry on 499 error code. Reading the docs this seems like a request timeout issue where the connection gets closed. It seems like a special code for nginx similar to gateway timed out but on the client side where they close it after waiting too long. We should retry on this.

@justinpolygon justinpolygon changed the title Update base.py Retry on 499 status code Nov 22, 2023
@justinpolygon justinpolygon merged commit 7356ab5 into master Nov 22, 2023
9 checks passed
@justinpolygon justinpolygon deleted the jw-add-retry-499 branch November 22, 2023 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants