2 years 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
2 years ago
i think the limit is 12 hours or something
2 years ago
you dont even have a healthcheck path set?
2 years ago
i see whats wrong, let me fix
2 years ago
what do you want the healthcheck timeout set to
2 years ago
do i have your permission to trigger a deploy?
2 years ago
the UI overwrites the variable you set, i removed the UI value from the db
2 years ago
the health check will now respect the variable
2 years ago
i dont think you can remove it from the UI
2 years ago
so need an admin
2 years 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?