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
I would like to persist checkers state, so if some check was in the failed state after I restart service I would like to still be in a failed state and to expect recover. I can use map from State() to save that to some JSON file, but I don't see a way to set it for checker before Start(). Is this possible?
Thanks,
Milan
The text was updated successfully, but these errors were encountered:
Hi,
I would like to persist checkers state, so if some check was in the failed state after I restart service I would like to still be in a failed state and to expect recover. I can use map from
State()
to save that to some JSON file, but I don't see a way to set it for checker beforeStart()
. Is this possible?Thanks,
Milan
The text was updated successfully, but these errors were encountered: