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 backoff package and fix Consul CPU usage #635

Merged
merged 8 commits into from
Apr 2, 2018

Commits on Dec 3, 2017

  1. Add backoff package

    Justification for jitter and growth factor:
    https://aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/.
    
    Add backoff to the Consul instancer loop.
    
    Fixes go-kit#627.
    Nico Tonozzi committed Dec 3, 2017
    Configuration menu
    Copy the full SHA
    924501a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Merge branch 'master' into n/backoff

    Nico Tonozzi committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    12eacfb View commit details
    Browse the repository at this point in the history
  2. Revert "Add backoff package"

    This reverts commit 924501a.
    Nico Tonozzi committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    0ad6586 View commit details
    Browse the repository at this point in the history
  3. Get rid of external package and update exponential

    Nico Tonozzi committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    99319fb View commit details
    Browse the repository at this point in the history
  4. Add instancer backoff

    Nico Tonozzi committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    8c60620 View commit details
    Browse the repository at this point in the history
  5. Fix old exponential name

    Nico Tonozzi committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    10620f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2018

  1. Add doc comment

    Nico Tonozzi committed Mar 31, 2018
    Configuration menu
    Copy the full SHA
    9e8371f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Fixup & respond to review

    Nico Tonozzi committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    dc88158 View commit details
    Browse the repository at this point in the history