/backoff

Utility to retry functions with support from a variety of backoff algorithms

Primary LanguageGoMIT LicenseMIT

backoff

Utility to retry functions with support from a variety of backoff algorithms

WIP: Exponential, Fibonacci, Multiplicative Increase and Linear Decrease (MILD), Pessimistic Linear-Exponential Backoff (PLEB), Pessimistic Fibonacci Backoff (PFB)