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
while this retry logic works, it is better to exponentially back off so that during a network partition we can give time for the system to breathe and recover.
There are examples of exponential backoff in the source code.
The point of this issue is to align with those examples, rather than implementing a backoff algorithm from scratch.
The text was updated successfully, but these errors were encountered:
This is how SPIKE keepers send their contribution
while this retry logic works, it is better to exponentially back off so that during a network partition we can give time for the system to breathe and recover.
There are examples of exponential backoff in the source code.
The point of this issue is to align with those examples, rather than implementing a backoff algorithm from scratch.
The text was updated successfully, but these errors were encountered: