From 0701b2546ddc74a3cb285ea1a4fd954aa506d9b6 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 26 Mar 2018 10:30:08 +0100 Subject: [PATCH] Remove test crontab minute --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index fce2c0a35..315845a5d 100644 --- a/app/config.py +++ b/app/config.py @@ -269,7 +269,7 @@ class Config(object): }, 'replay-created-notifications': { 'task': 'replay-created-notifications', - 'schedule': crontab(minute='0, 15, 24, 30, 45'), + 'schedule': crontab(minute='0, 15, 30, 45'), 'options': {'queue': QueueNames.PERIODIC} } }