From eebe1a717f6502cad70961ef406222530cdb9774 Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Wed, 19 Nov 2025 20:53:41 -0300 Subject: [PATCH] deploy: start-first updates to reduce downtime --- stack.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stack.yml b/stack.yml index 573b340..1c97350 100644 --- a/stack.yml +++ b/stack.yml @@ -38,8 +38,11 @@ services: replicas: 1 update_config: parallelism: 1 - order: stop-first + # start-first evita downtime: sobe o novo task antes de parar o anterior + order: start-first failure_action: rollback + rollback_config: + order: start-first resources: limits: memory: "2G"