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

Commits on Feb 12, 2023

  1. _RETRIABLE_STATUS_CODES += bad_gateway

    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 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    188cbb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09cf53f View commit details
    Browse the repository at this point in the history
  3. Trailing whitespace

    Cynocracy committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    d554780 View commit details
    Browse the repository at this point in the history
  4. lint

    Cynocracy committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    94ed33c View commit details
    Browse the repository at this point in the history