vercel / async-retry

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

Setting retry timeout on entire retry operation #98

Open ssafayet opened 1 year ago

ssafayet commented 1 year ago

The following issue inspires this PR.

https://github.com/vercel/async-retry/issues/73#issue-672364541

I also need to do this same thing repeatedly to make retry gets timed out correctly.