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