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
Now that the NetworkError error type is implemented in v4 It would be nice to add a retry adaptor using the https://www.npmjs.com/package/backoff library or similar. It would be configured by passing in a retry option object in the constructor. Defaults to off. The options could include an array of errors types to retry on (defaults to [NetworkError]), initial delay, and max delay.
The text was updated successfully, but these errors were encountered:
Now that the NetworkError error type is implemented in v4 It would be nice to add a retry adaptor using the https://www.npmjs.com/package/backoff library or similar. It would be configured by passing in a retry option object in the constructor. Defaults to off. The options could include an array of errors types to retry on (defaults to [NetworkError]), initial delay, and max delay.
The text was updated successfully, but these errors were encountered: