tim-kos / node-retry

Abstraction for exponential and custom retry strategies for failed operations.
Other
1.22k stars 80 forks source link

Ability to set timeout for each retry? #92

Open Fnxxxxo opened 11 months ago

Fnxxxxo commented 11 months ago

There is maxRetryTime for total retry timeout. Is it able to set timeout for each retry job? Since my heartbeat server only accpet request in cycle, the maxRetryTime is not good for me.