elee / backoff

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:MIT License