Open jessegrosjean opened 3 years ago
For example I have an authenticated api, so I want to use an authentication retrier, but it also might have network errors, so I want exponential backoff. Is there a suggested way to combine the two?
For example I have an authenticated api, so I want to use an authentication retrier, but it also might have network errors, so I want exponential backoff. Is there a suggested way to combine the two?