@rianfuro/backoff-rxjs
A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)
A collection of helpful RxJS operators to deal with backoff strategies (like exponential backoff)
Retries a function that returns a promise, leveraging the power of the retry module.
A simple node script with 'zero' dependencies that implements the most common API request-retry patterns.
Hardened Fetch is a tiny wrapper for `global.fetch` adding request timeouts, request throttling, retries with backoff and rate limit support, pagination, and descriptive errors.
Rate limits and concurrency using generators of promiseFactories
Retry an async function with different strategies
Full backoff jitter algorithm with options, variations and time testing.
README.md
simple backoff based on segmentio/backo
simple backoff based on mokesmokes/backo
A helper library to manage expotential backoff intervals of different resources.
A fetch wrapper to leverage enterprise features such as retry policy and request timeout
This is not a retry library. This just calculate how many second we must back off, before the next retry.
A utility to retry HTTP requests with exponential backoff.
Yet another retry library, but functional style
Utilities for timers
Cassandra connector with exponential backoff and reconnect
A helper to execute a promise a certain number of times if it's throwing an exception, also inserting a delay between each attempt.
前端部署回退工具
Basically a rewrite of p-retry