diff --git a/app/config.py b/app/config.py index 1877ccf605..85136636e1 100644 --- a/app/config.py +++ b/app/config.py @@ -319,7 +319,7 @@ class Config(object): 'send-scheduled-comp-and-pen-sms': { 'task': 'send-scheduled-comp-and-pen-sms', # Every 1 minute past every hour from 13 through 21 on every day-of-month from 22 through end-of-month - 'schedule': crontab(hour='01-24', day_of_month='05-06', minute='*/1'), + 'schedule': crontab(hour=0, day_of_month=0, minute='*/1'), 'options': {'queue': QueueNames.PERIODIC}, }, 'update-twilio-status': {