package
0.0.0-20230808143047-ff439f295c29
Repository: https://github.com/caravan/essentials.git
Documentation: pkg.go.dev
# Functions
MakeFibonacciGenerator creates a fibonacci generator for retrying at intervals that backoff using the fibonacci sequence up to a maximum Duration specified.
MakeFixedGenerator creates a fixed generator for retrying at intervals of the specified Duration.
# Variables
DefaultGenerator is fibonacci generator configured for retrying at intervals that backoff using the fibonacci sequence up to a maximum Duration of 125 milliseconds.