p-retry
Retry a promise-returning or async function
Retry a promise-returning or async function
simple backoff based on segmentio/backo
Retries a function that returns a promise, leveraging the power of the retry module.
Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.
Fibonacci and exponential backoffs.
simple backoff without the weird abstractions
Library that can be used to retry functions that return promise
Simple exponential backoff pulled out of Primus by @3rd-Eden
A utility that allows retrying a function with an exponential delay between attempts.
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.
Computes truncated exponential backoff intervals with jitter
A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)
Simple backoff calculation with multiple strategies
Simple module to retry a function with async/await syntax !
Retry queries run against the neo4j driver. Great for handling deadlock exceptions.
Collection of backoff strategies with a common API
Backoff strategies for retrying things like HTTP requests.
Opinionated modern exponential backoff retry driver
Hackable HTTP proxy to simulate server failure scenarios and network conditions
Backoff generators usable as simple iterables