Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

smart-retry-system

A smart retry mechanism for handling API failures with customizable strategies

retry, api, smart-retry, retry-mechanism

readme

Smart Retry System 🚀

A robust and customizable retry system for handling API requests with various retry strategies, including exponential backoff, Fibonacci delays, jitter, and fixed delays. Designed to improve reliability when dealing with intermittent failures.

📦 Installation

Install via npm:

npm install smart-retry-system