129 packages found
Retries a function that returns a promise, leveraging the power of the retry module.
Retry a promise-returning or async function
- promise
- retry
- retries
- operation
- failed
- rejected
- try
- exponential
- backoff
- attempt
- async
- await
- promises
- concurrently
- View more
Fibonacci and exponential backoffs.
Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.
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.
A utility that allows retrying a function with an exponential delay between attempts.
Fibonacci and exponential backoffs.
Library that can be used to retry functions that return promise
A helper to execute a promise a certain number of times if it's throwing an exception, also inserting a delay between each attempt.
For when you don’t want your promises to give up on the first attempt (most commonly because of network failure).
Dauntless is a minimalist, error-tolerant, highly configurable http(s) request package for Node
Simple library for retrying operations, it supports multiple backoff strategies.
Fibonacci, exponential and fixed strategy backoffs for Node.js.
Simple implementation of a backoff utility
Promise with retry executor
Exponential backoff for Typescript
Simple module to retry a function with async/await syntax !
Simple exponential backoff pulled out of Primus by @3rd-Eden