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
The /health route should check the health of the router and message tables and include the results in the response. Additionally, the number of clients should be included.
These requirements are based on the behavior of the Python autoendpoint application, specifically health.py.
The
/health
route should check the health of the router and message tables and include the results in the response. Additionally, the number of clients should be included.These requirements are based on the behavior of the Python autoendpoint application, specifically
health.py
.We may want to use this handler for the
/__heartbeat__
endpoint as well. According to the Dockerflow docs, that endpoint should also return application health information: https://github.com/mozilla-services/Dockerflow#containerized-app-requirementsThe text was updated successfully, but these errors were encountered: