golang-github-cenkalti-backoff-dev

Exponential backoff algorithm in go
  https://github.com/cenkalti/backoff
  0
  no reviews



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.