Skip to content

Commit

Permalink
Update send-scheduled-comp-and-pen-sms from to send 23-31
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Nov 22, 2024
1 parent 2a16210 commit 2b1c9dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 2b1c9dd

Please sign in to comment.