[ ソース: 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]
メンテナ:
- Debian Go Packaging Team (QA ページ)
- Martina Ferrari (QA ページ)
- Félix Sipma (QA ページ)
- Anthony Fok (QA ページ)
外部の資源:
- ホームページ [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.