🧣 Retry functionality for promises with an exponential backoff time
-
Updated
Mar 4, 2023 - JavaScript
🧣 Retry functionality for promises with an exponential backoff time
SriApiRetry.js is a JavaScript library that simplifies the implementation of retry logic for API calls. It handles scenarios where API requests may fail due to network issues, server errors, or rate limits, and automatically retries the requests with customizable backoff strategies.
To associate your repository with the api-retry topic, visit your repo's landing page and select "manage topics."