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:
Rebecca Law
2020-01-13 13:49:55 +00:00
committed by GitHub

View File

@@ -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