[ bianca ]
[ 源代码: golang-github-cenkalti-backoff ]
软件包:golang-github-cenkalti-backoff-dev(4.3.0-1)
golang-github-cenkalti-backoff-dev 的相关链接
下载源码包 golang-github-cenkalti-backoff:
- [golang-github-cenkalti-backoff_4.3.0-1.debian.tar.xz]
- [golang-github-cenkalti-backoff_4.3.0-1.dsc]
- [golang-github-cenkalti-backoff_4.3.0.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.