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
The exponential backoff (important currently to deal with #309) is not reset after a successful RPC call, so we give up once we have encountered 5 errors in total. The error counter should be reset after a successful RPC call to implement expected exponential backoff behavior.
The text was updated successfully, but these errors were encountered:
The fix is obviously trivial (reset errors to 0 after successful call), but given the bug is currently just in draft PR #495 this is more of a reminder.
The exponential backoff (important currently to deal with #309) is not reset after a successful RPC call, so we give up once we have encountered 5 errors in total. The error counter should be reset after a successful RPC call to implement expected exponential backoff behavior.
The text was updated successfully, but these errors were encountered: