request-dot-js
A ~1kB fetch wrapper with convenient error handling, automatic JSON transforms, and support for exponential backoff.
A ~1kB fetch wrapper with convenient error handling, automatic JSON transforms, and support for exponential backoff.
Retries a function returning a promise with a delay between each retry
Simple module to read a maxmind db from S3 a keep it into memory! You can also retrieve the file periodically.
Give your functions another chance
Small progressive client-side HTTP request library, and Node.js module with the same API, sporting many high-level HTTP client features
react promise state management, loading, error, and success callback.
ts-retry-decorator Based on [promise-retry](https://github.com/IndigoUnited/node-promise-retry) Base Usage
high level amazon s3 client. upload and download files and directories. (This repository is forked to fix some security issues in https://github.com/andrewrk/node-s3-client)
react promise state management, loading, error, and success callback.
Retry a function until its returned promise succeeds
Retry function / promise with configurable backoff which defaults to exponential
Wait for a given URL to continue.
Retry failed attempts to consume a message, with increasing delays between each attempt.
create a handler to call a function until the result is good
Retry filter for httplease
Small utility function that automatically retries Promises.
Axios Interceptor to retry failed http calls
`promises-arrow` is a library of (1) higher order functions, such as `map()` and `filter()`where the function returns a Promisel (2) Functions that wait, returning a Promise; (3) Functions that manage retrying an operation N times until it succeeds; (4,5)
一个可以处理并发和重试的 promise 库
Fibonacci and exponential backoffs.