smart-retry-system
v0.0.1
Published
A smart retry mechanism for handling API failures with customizable strategies
Maintainers
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