Skip to content

RetryOnNetworkErrorInterceptor should be configurable #5982

Closed
@edenman

Description

@edenman

Use case

We currently have our own interceptor to handle retries on network errors, but

  1. it also retries if the http status code is 5xx
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions