Bump upgrade watcher TimeoutStartSec 900s → 3600s
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
This commit is contained in:
parent
23df6a8b52
commit
12708e5824
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user