すべてのオプション
trixie  ] [  sid  ]
[ ソース: golang-github-cloudflare-backoff  ]

パッケージ: golang-github-cloudflare-backoff-dev (0.0~git20161212.647f3cd-2)

golang-github-cloudflare-backoff-dev に関するリンク

Screenshot

Debian の資源:

golang-github-cloudflare-backoff ソースパッケージをダウンロード:

メンテナ:

外部の資源:

類似のパッケージ:

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.

golang-github-cloudflare-backoff-dev のダウンロード

すべての利用可能アーキテクチャ向けのダウンロード
アーキテクチャ パッケージサイズ インストールサイズ ファイル
all 5.2 kB23.0 kB [ファイル一覧]