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
For high availability, it's necessary to have a healthcheck endpoint. I worked around this by writing a service that queries NetworkStatus and returns 200 if CurrentBlockTimestamp > 0 and len(peers) > 0. You're free to come up with your own definition of 'healthy'.
The text was updated successfully, but these errors were encountered:
For high availability, it's necessary to have a healthcheck endpoint. I worked around this by writing a service that queries NetworkStatus and returns 200 if CurrentBlockTimestamp > 0 and len(peers) > 0. You're free to come up with your own definition of 'healthy'.
The text was updated successfully, but these errors were encountered: