ya-retry
v1.2.0
Published
Abstraction for exponential and custom retry strategies for failed operations.
Downloads
54
Maintainers
Readme
ya-try
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.
Installation
yarn add ya-retry
Extra features
const yaRetry = require("ya-retry")