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

_RETRIABLE_STATUS_CODES += bad_gateway #108

Merged
merged 4 commits into from Feb 13, 2023
Merged

_RETRIABLE_STATUS_CODES += bad_gateway #108

merged 4 commits into from Feb 13, 2023

Conversation

Cynocracy
Copy link
Collaborator

@Cynocracy Cynocracy commented Feb 12, 2023

bad_gateway (502 response status) has been seen in production causing issues retrieving job results in scripts because the error is not retried.

502 should be safe to retry similarly to other 5xx responses (though we will need to make sure these retries do not cause duplicate submission API-side, time to start writing etags?)

bad_gateway (502 response status) has been seen in production causing issues retrieving job results in scripts because the error is not retried.

502 should be safe to retry similarly to other 5xx responses (though we will need to make sure these retries do not cause duplicate submission API-side, time to start writing [etags](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag)?)
@Cynocracy Cynocracy merged commit ba7e607 into main Feb 13, 2023
@Cynocracy Cynocracy deleted the Cynocracy-patch-2 branch February 13, 2023 19:21
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.

None yet

2 participants