0.0.2 • Published 2 years ago

stdbackoff v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

0.0.2

2 years ago

0.0.1

2 years ago