axios-rate-limit
axios-rate-limit copied to clipboard
Retrying failed requests
Hello
I wanted to know if it is possible to retry any failed requests? Is axios-rate-limit compatible with axios-retry (https://github.com/softonic/axios-retry)?
Thanks
Add your own response interceptor and if the failure error code is 429, add the request back to the queue, you should have access to the original config from error obj.