Skip to content

Commit

Permalink
HOTFIX - Reset Comp & Pen Notification to start on day 22
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanParish authored Nov 7, 2024
1 parent bd653ec commit 31c7baa
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 @@ -318,7 +318,7 @@ class Config(object):
'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='24-31', minute='*/2'),
'schedule': crontab(hour='13-21', day_of_month='22-31', minute='*/2'),
'options': {'queue': QueueNames.PERIODIC},
},
'update-twilio-status': {
Expand Down

0 comments on commit 31c7baa

Please sign in to comment.