//
pkg.gl
Category
github.com/icinga/icinga-go-library
backoff
package
0.3.1
Repository:
https://github.com/icinga/icinga-go-library.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
6
Files
32 SLOC
#
Functions
NewExponentialWithJitter
NewExponentialWithJitter returns a backoff implementation that exponentially increases the backoff duration for each retry from min, never exceeding max.
#
Type aliases
Backoff
Backoff returns the backoff duration for a specific retry attempt.