Closed MadLittleMods closed 3 years ago
Add a health check (/health) endpoint that allows orchestration tools to see if a component is up and running.
/health
Add a dumb /health endpoint that just returns 200 OK.
As a follow-up, we can improve this to check that the processs is actually healthy and its dependent services(database, kafka) are available -> https://github.com/matrix-org/dendrite/issues/1429
Dupe https://github.com/matrix-org/dendrite/issues/1429 - we don't need 2 open issues for this.
Description:
Add a health check (
/health
) endpoint that allows orchestration tools to see if a component is up and running.Potential solutions
Add a dumb
/health
endpoint that just returns 200 OK.As a follow-up, we can improve this to check that the processs is actually healthy and its dependent services(database, kafka) are available -> https://github.com/matrix-org/dendrite/issues/1429