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
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