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
Right now all our alerts are relying on data that is read from relayer. Unfortunately due to some internal issues, I had to set the when NoData -> Set to OK option for all those alerts. But what if there's no relayer at all? Then alerts will be OK, because of this setting && we won't get any notifications.
Ideal solution is to read data (e.g. best known bridged chain blocks) directly from chains - see #2471. Other option is to have other alert that will fire if our relayer is not running.
The text was updated successfully, but these errors were encountered:
Right now all our alerts are relying on data that is read from relayer. Unfortunately due to some internal issues, I had to set the
when NoData -> Set to OK
option for all those alerts. But what if there's no relayer at all? Then alerts will be OK, because of this setting && we won't get any notifications.Ideal solution is to read data (e.g. best known bridged chain blocks) directly from chains - see #2471. Other option is to have other alert that will fire if our relayer is not running.
The text was updated successfully, but these errors were encountered: