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 an HTTP error is received #19

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2023

  1. Retry if an HTTP error is received

    This doesn't seem to work as this gets 502 errors consistently in my
    attempts to use this, but it should help with transient faults.
    martinthomson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    387b88e View commit details
    Browse the repository at this point in the history
  2. Retry on 5xx only

    martinthomson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8f52d62 View commit details
    Browse the repository at this point in the history
  3. black

    martinthomson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    52e9502 View commit details
    Browse the repository at this point in the history
  4. Turns out that a new connection can work

    But it is highly fragile still, even with 5 retries I've needed the fifth
    sometimes.
    martinthomson committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c7033bb View commit details
    Browse the repository at this point in the history