exponential-backoff
A utility that allows retrying a function with an exponential delay between attempts.
p-retry
Retry a promise-returning or async function
promise-retry
Retries a function that returns a promise, leveraging the power of the retry module.
cockatiel
A resilience and transient-fault-handling library that allows developers to express policies such as Backoff, Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. Inspired by .NET Polly.