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

Handle retries using urllib3 Retry #44

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2020

  1. Handle retries using urllib3 Retry mloesch#43

    Breaking changes:
    
    - `default_retry_after` has been replaced by `retry_backoff_factor`
    - Extended the default `retry_status_codes` with more codes
    danmichaelo committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    fb23b83 View commit details
    Browse the repository at this point in the history
  2. Update tests

    danmichaelo committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    691546e View commit details
    Browse the repository at this point in the history
  3. Increase default backoff factor

    It stops at BACKOFF_MAX = 120, so we can let it increase a bit faster.
    danmichaelo committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0b9fe9f View commit details
    Browse the repository at this point in the history