vercel / async-retry

Retrying made simple, easy and async
https://npmjs.com/async-retry
MIT License
1.85k stars 53 forks source link

feature: retry delay #71

Closed huozhi closed 3 years ago

huozhi commented 4 years ago

Feature

give user ability to wait between retry attempts.

Usage

retry(retryAttemptFn, { retries: 2, retryDelay: 2000 });