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
Currently Retry Conditions are added to the client which are then subsequently used by the request. This introduces the need to create a new client to create a request with different retry condition. A workaround would be settingclient.RetryConditions to an empty slice, which would fail is used concurrently.
I propose Request Specific RetryConditions, while keeping the client one and using combination of both. Will make a draft PR soon!
The text was updated successfully, but these errors were encountered:
Currently Retry Conditions are added to the client which are then subsequently used by the request. This introduces the need to create a new client to create a request with different retry condition. A workaround would be setting
client.RetryConditions
to an empty slice, which would fail is used concurrently.I propose Request Specific RetryConditions, while keeping the client one and using combination of both. Will make a draft PR soon!
The text was updated successfully, but these errors were encountered: