From ab6e2f96984237095baed796a1d93601a84e872a Mon Sep 17 00:00:00 2001 From: stvnrlly Date: Tue, 6 Dec 2022 16:01:13 -0500 Subject: [PATCH] remove leftover task from broadcasts --- app/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/config.py b/app/config.py index 2e73fa813..2ec06aa69 100644 --- a/app/config.py +++ b/app/config.py @@ -310,11 +310,6 @@ class Config(object): 'schedule': crontab(hour=23, minute=00), 'options': {'queue': QueueNames.PERIODIC} }, - 'trigger-link-tests': { - 'task': 'trigger-link-tests', - 'schedule': timedelta(minutes=15), - 'options': {'queue': QueueNames.PERIODIC} - }, } }