fix(forgejo): ⏱️ increase s3-backup activeDeadlineSeconds 1350→7200

Previous 22.5m deadline caused DeadlineExceeded on 2026-06-19 when
rclone sync took >22m (vs 13-16s prior days). Likely triggered by
significant new data in OBS bucket. 2h window accommodates large
incremental syncs while BackupJobTooSlow alert still fires at 5m.
This commit is contained in:
Daniel Sy 2026-06-19 12:34:16 +02:00
parent 834baf1a55
commit 69e4d1b3dc
Signed by untrusted user: danielsy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -11,8 +11,8 @@ spec:
startingDeadlineSeconds: 600 # 10 minutes startingDeadlineSeconds: 600 # 10 minutes
jobTemplate: jobTemplate:
spec: spec:
# 60 min until backup - 10 min start - (backoffLimit * activeDeadlineSeconds) - some time sync buffer # 2h window: handles large incremental syncs after repo growth or OBS slowness; BackupJobTooSlow alert fires at 5m
activeDeadlineSeconds: 1350 activeDeadlineSeconds: 7200
backoffLimit: 2 backoffLimit: 2
ttlSecondsAfterFinished: 259200 # ttlSecondsAfterFinished: 259200 #
template: template: