mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-27 09:28:03 -04:00
Make letters still sending check later
This changes the scheduled task to raise an alert if letters are still sending from 1530 to 1700. DVLA have reported that our "monitoring is executing just before we actually mark them as ‘despatched’ and send you the feedback files." and asked us to make the check a little later. We don't actually contact DVLA until the morning after the alert anyway, so this won't affect the process of getting in touch with them. This change will require Cronitor to be updated for the new time.
This commit is contained in:
@@ -307,7 +307,7 @@ class Config(object):
|
||||
},
|
||||
'raise-alert-if-letter-notifications-still-sending': {
|
||||
'task': 'raise-alert-if-letter-notifications-still-sending',
|
||||
'schedule': crontab(hour=15, minute=30),
|
||||
'schedule': crontab(hour=17, minute=00),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
},
|
||||
# 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