[ 原始碼: 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.