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 current monitoring code implements his own retry or backoff strategy, it should be refactored to use the common.Backoff struct so it benefits from jitter and any other improvements that can come.
We will need to audit the code to detect any other custom implementation.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The current monitoring code implements his own retry or backoff strategy, it should be refactored to use the
common.Backoff
struct so it benefits from jitter and any other improvements that can come.We will need to audit the code to detect any other custom implementation.
The text was updated successfully, but these errors were encountered: