From f4c0f70ba90b7034cf7b9fc3910fa1bdfd9fd85d Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 13 Jan 2020 10:42:30 +0000 Subject: [PATCH] Send the alert for `letters-still-sending` an hour earlier. These alerts are sent to our postal provider. And it usually arrives as they are getting ready to go home for the day or the weekend. Which means they get missed/overlooked. They have agreed to get the alert an hour earlier, perhaps that will improved the response time. --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index ccb94c7de..c63e3ce1a 100644 --- a/app/config.py +++ b/app/config.py @@ -296,7 +296,7 @@ class Config(object): }, '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} }, # The collate-letter-pdf does assume it is called in an hour that BST does not make a