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:
parent
59eed97263
commit
32e998df5b
4 changed files with 8 additions and 8 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue