based on
- https://github.com/tim-kos/node-retry (see doc for api)
- https://github.com/vercel/async-retry/ (for async implementation)
Abstraction for exponential and custom retry strategies for failed operations.
yarn add ya-retry
const yaRetry = require("ya-retry")
We welcome contributions! If you encounter a bug or have a feature suggestion, please open an issue. To contribute code, simply fork the repository and submit a pull request.
This repository is mirrored on both GitHub and Codeberg. Contributions can be made on either platform, as the repositories are synchronized bidirectionally.
- Codeberg: https://codeberg.org/devthefuture/ya-retry
- GitHub: https://github.com/devthefuture-org/ya-retry
For more information: