mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Merge pull request #2697 from alphagov/send-alert-one-hour-sooner
Send the alert for `letters-still-sending` an hour earlier.
This commit is contained in:
@@ -296,7 +296,7 @@ class Config(object):
|
|||||||
},
|
},
|
||||||
'raise-alert-if-letter-notifications-still-sending': {
|
'raise-alert-if-letter-notifications-still-sending': {
|
||||||
'task': 'raise-alert-if-letter-notifications-still-sending',
|
'task': 'raise-alert-if-letter-notifications-still-sending',
|
||||||
'schedule': crontab(hour=16, minute=30),
|
'schedule': crontab(hour=15, minute=30),
|
||||||
'options': {'queue': QueueNames.PERIODIC}
|
'options': {'queue': QueueNames.PERIODIC}
|
||||||
},
|
},
|
||||||
# The collate-letter-pdf does assume it is called in an hour that BST does not make a
|
# The collate-letter-pdf does assume it is called in an hour that BST does not make a
|
||||||
|
|||||||
Reference in New Issue
Block a user