Skip to content

Commit 094ce65

Browse files
committed
chore(helm): Update the schedule for polling cronjobs.
1 parent e9949d5 commit 094ce65

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/helm/ifrcgo-helm/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ cronjobs:
277277
- command: 'notify_validators'
278278
schedule: '0 0 * * *'
279279
- command: 'poll_gdacs_cyclone'
280-
schedule: '0 0 * * 0'
280+
schedule: '0 11 * * 0'
281281
- command: 'poll_gdacs_flood'
282-
schedule: '15 9 * * *'
282+
schedule: '0 11 * * *'
283283
- command: 'poll_usgs_earthquake'
284-
schedule: '0 0 * * 0'
284+
schedule: '0 18 * * 0'
285285
- command: 'alert_notification'
286286
schedule: '0 */2 * * *'
287287
# https://github.com/jazzband/django-oauth-toolkit/blob/master/docs/management_commands.rst#cleartokens

0 commit comments

Comments
 (0)