Drop-in Setup
One function call on any Axios instance — no wrappers, no class extensions, no config files.
Resilient Axios requests with exponential backoff, flexible retry conditions, and lifecycle hooks — zero boilerplate.
One function call on any Axios instance — no wrappers, no class extensions, no config files.
Choose a fixed delay between retries or let the wait time grow automatically with each attempt.
Pass a list of HTTP status codes or a custom function to decide exactly when a retry should happen.
React to every retry event — `onRetry`, `onMaxRetry`, `onRetryFailed`, and `onMaxRetryExceeded` — for logging, alerting, or custom logic.