0.0.2 • Published 12 months ago

stdbackoff v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months 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

12 months ago

0.0.1

12 months ago