Registry / utility / cenkalti-backoff-v3

cenkalti-backoff-v3

JSON →
library3.2.2gogounverified

Package backoff implements backoff algorithms for retrying operations.

go get github.com/cenkalti/backoff/v3
INSTALL
IMPORT
SIG · CENKALTI-BACKOFF-V
C
cenkalti-backoff-v3
utilitygov3.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

backoff
github.com/cenkalti/backoff/v3

Create and use an exponential backoff

package main import ( "fmt" "time" "github.com/cenkalti/backoff/v3" ) func main() { b := backoff.NewExponentialBackOff() fmt.Println(b.NextBackOff()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
cenkalti-backoff-v3 — go get cenkalti-backoff-v3 · libregistry