Skip to content

Commit

Permalink
Set job to just 30 min past midnight est (#2306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai authored Sep 26, 2024
1 parent 42a6e23 commit 1dda056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ class Config(object):
},
"create-nightly-notification-status": {
"task": "create-nightly-notification-status",
"schedule": crontab(hour=16, minute=30), # 00:30 EST in UTC, after 'timeout-sending-notifications'
"schedule": crontab(hour=5, minute=30), # 00:30 EST in UTC, after 'timeout-sending-notifications'
"options": {"queue": QueueNames.REPORTING},
},
"delete-sms-notifications": {
Expand Down

0 comments on commit 1dda056

Please sign in to comment.