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
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
Right now the only way to proactively healthcheck down the changeserver or snapshotserver is by curling an endpoint.
We need to be able to
send a (configurable) signal that initiates a healthcheck down
watch a (configurable) filesystem location that, if the file exists, we healthcheck down, and when removed, we healthcheck back up. This enables proactive maintenance.
The text was updated successfully, but these errors were encountered:
Right now the only way to proactively healthcheck down the changeserver or snapshotserver is by curling an endpoint.
We need to be able to
The text was updated successfully, but these errors were encountered: