You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any ideas or plans to retry failed requests automatically? I've seen it serveral times especially on mobile users that from time to time requests just fail. Or there are some temporary 500er due to server scalings or whatever.
Are there any ideas or plans to retry failed requests automatically? I've seen it serveral times especially on mobile users that from time to time requests just fail. Or there are some temporary 500er due to server scalings or whatever.
There is e.g. exios-retry out there:
https://www.npmjs.com/package/axios-retry
Would be nice to have thisin this module, retrying of 500er or timeouts with a exponential backoff strategy.
Let me know what you think about it, I can implement it otherwise.
Thanks
Simon
The text was updated successfully, but these errors were encountered: