A React hook for handling retries with exponential backoff strategy
A utility that allows retrying a function with an exponential delay between attempts.
Computes truncated exponential backoff intervals with jitter
Library that can be used to retry functions that return promise
Fibonacci and exponential backoffs.
A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)
A compact AWS client for modern JS environments
Abstraction for exponential and custom retry strategies for failed operations.
A pino 'transport' for writing to a tcp, udp, or unix socket
Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS
simple backoff based on segmentio/backo
Retry a request.
Retry client middleware for nice-grpc
Apify API client for JavaScript
Retry HTTP requests with Axios.
Exponential backoff generator. Robust retry function.
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.
ScrapingAnt API client for JavaScript
WebSocket browser client with reconnect back-off feature.
Eventually call a function based on an exponential backoff
Exponential function.
A deep deletion module for node (like `rm -rf`)
simple backoff without the weird abstractions
A simple poll function based on async, await, and an infinite loop
Reprocess failed messages using an exponential backoff algorithm
Retriable is a simple DSL to retry failed code blocks with randomized exponential backoff. This is especially useful when interacting with external APIs/services or file system calls.
Delayed is a multi-threaded, SQL-driven ActiveJob backend used at Betterment to process millions of background jobs per day. It supports postgres, mysql, and sqlite, and is designed to be Reliable (with co-transactional job enqueues and guaranteed, at-least-once execution), Scalable (with an optimized pickup query and concurrent job execution), Resilient (with built-in retry mechanisms, exponential backoff, and failed job preservation), and Maintainable (with robust instrumentation, continuous monitoring, and priority-based alerting).
No description provided.
No description provided.