a year ago
Hello! I’m trying to set an admittedly long health check timeout of 5 hours to enable zero downtime deployment of a data indexing service. I’ve tried using the environment variable but it seems to cap at a timeout of 3600 seconds. Any tips?
21 Replies
a year ago
i think the limit is 12 hours or something
a year ago
you dont even have a healthcheck path set?
a year ago
i see whats wrong, let me fix
a year ago
what do you want the healthcheck timeout set to
a year ago
do i have your permission to trigger a deploy?
a year ago
the UI overwrites the variable you set, i removed the UI value from the db
a year ago
the health check will now respect the variable
a year ago
i dont think you can remove it from the UI
a year ago
so need an admin
a year ago
but fwiw this health check thing is a slippery slope, right now its a 5 hour health check, tomorrow its a 24 hour health check, next week its a week long health check.
(we have people wanting a week long health check)
is there really no better solution?