Skip to content

Commit

Permalink
Updated comp and pen celery beat
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Dec 11, 2024
1 parent 5ca1c61 commit e81e070
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 @@ -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='13-21', day_of_month='22-31', minute='*/1'),
'schedule': crontab(hour='13-21', day_of_month='01-31', minute='*/1'),
'options': {'queue': QueueNames.PERIODIC},
},
'update-twilio-status': {
Expand Down

0 comments on commit e81e070

Please sign in to comment.