Skip to content

Commit 4fd9f01

Browse files
authored
feat(config): increase argocd timeouts (#6573)
resolves # ### Screenshot ### PR Checklist - [ ] All necessary documentation has been adapted. - [ ] The implemented feature is covered by appropriate, automated tests. - [ ] Any manual testing that has been done is documented (i.e. what exactly was tested?) 🚀 Preview: Add `preview` label to enable
1 parent e17a443 commit 4fd9f01

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

kubernetes/loculus/templates/ingest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ metadata:
132132
argocd.argoproj.io/hook: PostSync
133133
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation,HookSucceeded
134134
spec:
135-
activeDeadlineSeconds: 120
135+
activeDeadlineSeconds: 600
136136
backoffLimit: 0
137137
ttlSecondsAfterFinished: 600
138138
template:

kubernetes/loculus/templates/silo-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ metadata:
1414
# Force replace when run a) with dev db and b) without persistence to ensure silo prepro fails loudly
1515
argocd.argoproj.io/sync-options: Replace=true{{ if (and (not $.Values.developmentDatabasePersistence) $.Values.runDevelopmentMainDatabase) }},Force=true{{ end }}
1616
spec:
17+
progressDeadlineSeconds: 1200 # 20 minute timeout to allow for long silo imports e.g. mpox
1718
replicas: 1
1819
selector:
1920
matchLabels:

0 commit comments

Comments
 (0)