Skip to content

kunev/backoff

This branch is 5 commits behind cenkalti/backoff:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66e726b · Jul 25, 2018

History

91 Commits
Feb 26, 2014
Jul 23, 2018
Feb 26, 2014
Jul 25, 2018
Oct 20, 2017
Aug 13, 2015
Jul 23, 2018
Jul 23, 2018
Jul 23, 2018
Oct 20, 2017
Aug 13, 2015
Mar 9, 2017
Jul 23, 2018
May 18, 2018
Jul 23, 2018
Dec 24, 2017
Dec 24, 2017

Repository files navigation

Exponential Backoff GoDoc Build Status Coverage Status

This is a Go port of the exponential backoff algorithm from Google's HTTP Client Library for Java.

Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. The retries exponentially increase and stop increasing when a certain threshold is met.

Usage

See https://godoc.org/github.com/cenkalti/backoff#pkg-examples

Contributing

  • I would like to keep this library as small as possible.
  • Please don't send a PR without opening an issue and discussing it first.
  • If proposed change is not a common use case, I will probably not accept it.

About

The exponential backoff algorithm in Go (Golang).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%