hedgedoc / container

HedgeDoc container image resources
https://docs.hedgedoc.org/setup/docker/
196 stars 52 forks source link

Use /_health endpoint for healthcheck and decrease interval #407

Closed ErikMichelson closed 1 year ago

ErikMichelson commented 1 year ago

This PR changes the endpoint for the healthcheck from the more resource-hungry /status endpoint to /_health. It also decreases the interval to only check every 15 seconds instead of every 5 seconds to further reduce the load for the machine while keeping a reasonable interval.

This requires hedgedoc/hedgedoc#3450 as a pre-requisite