From 12708e582402a14ccb6114cfbf4a0853778e458c Mon Sep 17 00:00:00 2001 From: bunker-admin Date: Wed, 15 Apr 2026 15:40:59 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20upgrade=20watcher=20TimeoutStartSec=2090?= =?UTF-8?q?0s=20=E2=86=92=203600s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Admin-UI-triggered v2.9.2 → v2.9.3 upgrade on marcelle was killed by systemd at 15min mid `docker compose pull` because Gitea registry pulls over the Pangolin tunnel routinely exceed that budget on a cold cache. 1hr gives enough headroom for slow pulls without hiding genuinely hung upgrades. Bunker Admin --- scripts/systemd/changemaker-upgrade.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/systemd/changemaker-upgrade.service b/scripts/systemd/changemaker-upgrade.service index 6f3915c6..effc9ecb 100644 --- a/scripts/systemd/changemaker-upgrade.service +++ b/scripts/systemd/changemaker-upgrade.service @@ -9,6 +9,8 @@ User=__USER__ Group=__USER__ WorkingDirectory=__PROJECT_DIR__ ExecStart=__PROJECT_DIR__/scripts/upgrade-watcher.sh -TimeoutStartSec=900 +# Gitea registry pulls over the Pangolin tunnel can take 20+ minutes on a +# cold cache; 15min was not enough and killed upgrade.sh mid Phase 4. +TimeoutStartSec=3600 StandardOutput=journal StandardError=journal