Adjustable healthcheck frequency
t
tech
Calling the healthcheck every 5 seconds clutters up the logs in my app, and also feels a little unnecessary.
It would be great to be able to change it to every minute or every 5 minutes etc.
Log In
J
Jesse Pinho
+1 — I can't configure my Datadog alerts to tell me when a service is down unless I know how often it should expect a successful health check alert.
M
Matthew Conto
+1, implementing something similar to MRSK's configuration would be very helpful for apps that might not start instantly, might want to use a separate port for whatever reason, or might not need checks every 5s. https://github.com/mrsked/mrsk#healthcheck
healthcheck:
path: /healthz
port: 4000
max_attempts: 7
interval: 20s
K
Kit Plummer
+1, should be an easy implementation if there already is something scheduling it. Would love to be able to set in a blueprint and the UI, but the former would be preferred.