Skip to content

Commit

Permalink
increase fetchchangesets job timeout to 1 hour (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu authored Apr 18, 2024
1 parent 0a4c997 commit 27c7fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/osmcha/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
command:
- /bin/sh
- -c
- timeout 600s python manage.py fetchchangesets
- timeout 3600s python manage.py fetchchangesets
env:
- name: POSTGRES_HOST
value: {{ .Values.app.api.postgres_host}}
Expand Down

0 comments on commit 27c7fa7

Please sign in to comment.