Closed
Description
Use case
We currently have our own interceptor to handle retries on network errors, but
- it also retries if the http status code is 5xx
- we'd like the ability to configure the backoff duration
Not a huge deal (we can obviously keep using our own) but I'd like to switch to using NetworkMonitor+failFastIfOffline+retryOnError if possible
Describe the solution you'd like
No response