diff --git a/app/config.py b/app/config.py index c491c5defe..3d3eb5eb3c 100644 --- a/app/config.py +++ b/app/config.py @@ -315,12 +315,12 @@ class Config(object): 'schedule': crontab(hour=4, minute=0), 'options': {'queue': QueueNames.PERIODIC}, }, - # 'send-scheduled-comp-and-pen-sms': { - # 'task': 'send-scheduled-comp-and-pen-sms', - # # Every 2 minutes past every hour from 13 through 21 on every day-of-month from 22 through end-of-month - # 'schedule': crontab(hour='13-21', day_of_month='23-31', minute='*/2'), - # 'options': {'queue': QueueNames.PERIODIC}, - # }, + 'send-scheduled-comp-and-pen-sms': { + 'task': 'send-scheduled-comp-and-pen-sms', + # Every 2 minutes past every hour from 13 through 21 on every day-of-month from 22 through end-of-month + 'schedule': crontab(hour='13-21', day_of_month='23-31', minute='*/2'), + 'options': {'queue': QueueNames.PERIODIC}, + }, 'update-twilio-status': { 'task': 'update-twilio-status', 'schedule': crontab(hour='*', minute='*/5'),