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

Fix handling of HTTP errors for replication handler #237

Merged
merged 5 commits into from
Nov 18, 2023

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    11275b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f4563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df5fb81 View commit details
    Browse the repository at this point in the history
  4. raise exceptions on non-200 HTTP returns and retry implicitly

    Requests does not throw on HTTP errors, so pyosmium was just consuming
    the error message. Fix that. Also add a retry mechanism for
    transient errors. The list of transient status codes is the
    same as the one that curl uses.
    lonvia committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    0fe27b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    795dc0d View commit details
    Browse the repository at this point in the history