Paquet : golang-github-cloudflare-backoff-dev (0.0~git20161212.647f3cd-2)
Liens pour golang-github-cloudflare-backoff-dev
Ressources Debian :
- Rapports de bogues
- Developer Information
- Journal des modifications Debian
- Fichier de licence
- Suivis des correctifs pour Debian
Télécharger le paquet source golang-github-cloudflare-backoff :
- [golang-github-cloudflare-backoff_0.0~git20161212.647f3cd-2.dsc]
- [golang-github-cloudflare-backoff_0.0~git20161212.647f3cd.orig.tar.xz]
- [golang-github-cloudflare-backoff_0.0~git20161212.647f3cd-2.debian.tar.xz]
Responsables :
Ressources externes :
- Page d'accueil [github.com]
Paquets similaires :
- golang-github-xhit-go-str2duration-dev
- python3-justbackoff
- golang-github-nebulouslabs-fastrand-dev
- golang-github-hashicorp-go-cleanhttp-dev
- python3-pybigwig
- kalkun-plugin-sms-to-wordpress
- golang-github-willf-bloom-dev
- ruby-faraday-retry
- golang-github-dop251-scsu-dev
- libghc-convertible-dev
- libghc-convertible-prof
Go implementation of "Exponential Backoff And Jitter" (library)
This package implements the backoff strategy described in the AWS Architecture Blog article "Exponential Backoff And Jitter" (http://www.awsarchitectureblog.com/2015/03/backoff.html). Essentially, the backoff has an interval time.Duration; the *nth* call to backoff will return an a time.Duration that is *2 n *interval*. If jitter is enabled (which is the default behaviour), the duration is a random value between 0 and *2 n * interval*. The backoff is configured with a maximum duration that will not be exceeded; e.g., by default, the longest duration returned is backoff.DefaultMaxDuration.
Télécharger golang-github-cloudflare-backoff-dev
Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
---|---|---|---|
all | 5,2 ko | 23,0 ko | [liste des fichiers] |