Skip to content

Commit

Permalink
sleep to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu authored Apr 15, 2024
1 parent 6ef4826 commit 69927e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/osmcha/templates/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ spec:
command:
- /bin/sh
- -c
- timeout 600s python manage.py fetchchangesets
- sleep 3600
# - timeout 600s python manage.py fetchchangesets
env:
- name: POSTGRES_HOST
value: {{ .Values.app.api.postgres_host}}
Expand Down

0 comments on commit 69927e6

Please sign in to comment.