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

Only retry on request errors with 5XX status code and use exponential backoff #1146

Merged
merged 3 commits into from
Aug 31, 2018

Commits on Aug 31, 2018

  1. Only retry on request errors with 5XX status code

    Also, switch to exponential backoff to give the servers more breathing
    room.
    
    Tries in seconds:
         0, 1, 2, 4, 8, 16, 16, 16... for up to 3 minutes total.
    jonmmease committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    47826ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b411ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5678c24 View commit details
    Browse the repository at this point in the history