[ trixie-backports ]
[ forky ]
[ sid ]
[ 源代码: golang-github-cenkalti-backoff-v4 ]
软件包:golang-github-cenkalti-backoff-v4-dev(4.3.0-3)
golang-github-cenkalti-backoff-v4-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-cenkalti-backoff-v4:
- [golang-github-cenkalti-backoff-v4_4.3.0-3.dsc]
- [golang-github-cenkalti-backoff-v4_4.3.0.orig.tar.gz]
- [golang-github-cenkalti-backoff-v4_4.3.0-3.debian.tar.xz]
维护小组:
- Debian Go Packaging Team (QA 页面)
- Martina Ferrari (QA 页面)
- Félix Sipma (QA 页面)
- Anthony Fok (QA 页面)
- Simon Josefsson (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
- libalgorithm-backoff-perl
- golang-webpki-org-jsoncanonicalizer-dev
- golang-github-serialx-hashring-dev
- golang-github-masterzen-xmlpath-dev
- golang-github-minio-blake2b-simd-dev
- golang-github-hashicorp-go-retryablehttp-dev
- golang-github-jpillora-backoff-dev
- sidedoor
- golang-github-cloudflare-backoff-dev
- python3-justbackoff
- python3-retrying
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.
This package contains the Go development library for the v4 branch, please use golang-github-cenkalti-backoff-dev instead whenever possible.
