Binary package “golang-github-cenkalti-backoff-dev” in ubuntu mantic

exponential backoff algorithm in Go

 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.