mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -05:00
Merge pull request #3223 from alphagov/earlier-alerts
Make check-if-letters-still-in-created run at 7am
This commit is contained in:
@@ -288,7 +288,7 @@ class Config(object):
|
|||||||
},
|
},
|
||||||
'check-if-letters-still-in-created': {
|
'check-if-letters-still-in-created': {
|
||||||
'task': 'check-if-letters-still-in-created',
|
'task': 'check-if-letters-still-in-created',
|
||||||
'schedule': crontab(day_of_week='mon-fri', hour=9, minute=0),
|
'schedule': crontab(day_of_week='mon-fri', hour=7, minute=0),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
},
|
},
|
||||||
'check-if-letters-still-pending-virus-check': {
|
'check-if-letters-still-pending-virus-check': {
|
||||||
|
|||||||
Reference in New Issue
Block a user