Skip to content

Commit

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

0 comments on commit 84029d2

Please sign in to comment.