From 721e5727968ec2ba4444d4f4f1e49df445205056 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 18 Aug 2023 07:50:48 -0700 Subject: [PATCH] notify-api-427 bug with worker failures --- app/config.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/config.py b/app/config.py index 67fec2ee1..9d3094778 100644 --- a/app/config.py +++ b/app/config.py @@ -195,11 +195,6 @@ class Config(object): 'schedule': crontab(), 'options': {'queue': QueueNames.PERIODIC} }, - 'tend-providers-back-to-middle': { - 'task': 'tend-providers-back-to-middle', - 'schedule': crontab(minute='*/5'), - 'options': {'queue': QueueNames.PERIODIC} - }, 'check-for-missing-rows-in-completed-jobs': { 'task': 'check-for-missing-rows-in-completed-jobs', 'schedule': crontab(minute='*/10'),