Comment by o1o1o1
14 days ago
Another commenter mentioned that zero downtime deployments are not possible, isn't this a loss in your opinion, or did you find a way to do it using Coolify?
14 days ago
Another commenter mentioned that zero downtime deployments are not possible, isn't this a loss in your opinion, or did you find a way to do it using Coolify?
They were mistaken or maybe referring to an older version, because I definitively use rolling zero downtime updates from commits
For true zero downtime, the connections have to be slowly drained, i.e. two all instances may exist at the same time. Does coolify support that?
Coolify does support zero downtime deployments, but the documentation isn't live yet: https://github.com/coollabsio/documentation-coolify/blob/640...
It uses docker stop once the new container is healthy with a 30 second timeout, which I believe lets existing connections drain out.