Pakket: golang-github-cenkalti-backoff-dev (5.0.3-1)
Verwijzigingen voor golang-github-cenkalti-backoff-dev
Debian bronnen:
Het bronpakket golang-github-cenkalti-backoff downloaden:
- [golang-github-cenkalti-backoff_5.0.3-1.dsc]
- [golang-github-cenkalti-backoff_5.0.3.orig.tar.xz]
- [golang-github-cenkalti-backoff_5.0.3-1.debian.tar.xz]
Beheerders:
- Debian Go Packaging Team (QA-pagina)
- Martina Ferrari (QA-pagina)
- Félix Sipma (QA-pagina)
- Anthony Fok (QA-pagina)
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Experimenteel pakket
Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.
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.
