Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
golang-github-cenkalti-backoff-dev
Exponential backoff algorithm in go
https://github.com/cenkalti/backoff
0
no reviews
Install
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.