Documentation
¶
Overview ¶
Package backoff provides retry backoff utilities including jitter to prevent thundering herd effects when multiple clients retry simultaneously.
Index ¶
Constants ¶
View Source
const JitterFraction = 0.25
JitterFraction is the proportion of the base duration used for jitter. A value of 0.25 means the returned duration will be in the range [base * 0.75, base * 1.25].
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.