healthcheck endpoint #998
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ajgon/api:feature/healthcheck"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR adds a
/health
endpoint which does nothing more than returning plaintextOK
response. It is useful for service discovery tools (consul/kubernetes etc.), to quickly say, that service is alive and running.Checklist
mage do-the-swag
)config.yml.saml
and runningmage generate-docs
)Thanks!