stdbackoff
v0.0.2
Published
Standard Backoff Library
Downloads
0
Readme
stdbackoff
A series of standard retry backoff approches.
Functions
linearBackoff
Linear Backoff retries with a set delay.
asyncLinearBackoff
Linear Backoff retries with a set delay for async functions
exponentialBackoff
Exponential backoff retries with a increasing delay
aysncExponentialBackoff
Exponential backoff retries with a increasing delay for async functions