Hacker News new | ask | show | jobs
by Onavo 435 days ago
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?
1 comments

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.