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
Upon further inspection, it appears 1 is already being done.
I'm guessing, then, that the issue is that because events are no longer being consumed by the websocket, it can't know that the machine has stalled. Perhaps that means a secondary loop that checks cc.lastBlockTime against cc.lastBlockTime.Before(time.Now().Add(time.Duration(-cc.Alerts.Stalled)*time.Minute), but not in its current location?
This could potentially be done by:
The text was updated successfully, but these errors were encountered: