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

Add simplistic exponential backoff retry #6

Merged

Commits on Sep 14, 2018

  1. Add simplistic exponential backoff retry

    Introducing options.delay and options.factor.
    
    Now, by default even without specifying options.delay, there's a default
    delay of 100ms between retries in case of at least one failure.
    
    I think it makes sense as a default behavior, and anyway users can
    override this if needed.
    batmat committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    67c4759 View commit details
    Browse the repository at this point in the history
  2. Clarify unit

    batmat committed Sep 14, 2018
    1 Configuration menu
    Copy the full SHA
    48ba752 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Configuration menu
    Copy the full SHA
    dbaddc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Fix formatting issues

    batmat committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    91aa4ac View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    42cb3dd View commit details
    Browse the repository at this point in the history
  2. - updated readme with delay and factor parameters

    Sushim Dutta committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    f27c79f View commit details
    Browse the repository at this point in the history