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

Adding automatic retries on network and 5xx errors #61

Merged
merged 5 commits into from
Feb 20, 2019

Commits on Feb 12, 2019

  1. Adding automatic retries on network and 5xx errors

    Retries 3 times by default, and only on network errors and 5xx errors on indempotent requests (GET, HEAD, OPTIONS, PUT, or DELETE).
    Amit-A committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    6d07133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce594de View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Amit-A committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    8e40371 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Removing config suffix

    Amit-A committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    74b3c5e View commit details
    Browse the repository at this point in the history
  2. Update b2.js

    Update comments
    cbess committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    c2089d9 View commit details
    Browse the repository at this point in the history