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
Make the backoff_factor for the ExceptionRetryConfiguration class work as an actual exponential "backoff factor" rather than just defining how long we sleep between retries. See how we implemented this in WebsocketProviderV2 and do something similar to that.
The content you are editing has changed. Please copy your edits and refresh the page.
Make the
backoff_factor
for theExceptionRetryConfiguration
class work as an actual exponential "backoff factor" rather than just defining how long we sleep between retries. See how we implemented this inWebsocketProviderV2
and do something similar to that.Tasks
The text was updated successfully, but these errors were encountered: