cefn / watchable

Repo for @watchable/store and supporting packages.
MIT License
5 stars 1 forks source link

Backoff strategy #67

Closed cefn closed 3 months ago

cefn commented 4 months ago

Draft of a backoff strategy implementing exponentially-increasing delay between failed jobs.

Updated documentation to add backoff strategy options and improve README and jsdoc for all options.

Added tests including compatibility tests with other strategies

image