From dcdcd6b3f8039dd4678313f703ff03b877535a78 Mon Sep 17 00:00:00 2001 From: Kyle MacMillan <16893311+k-macmillan@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:25:03 -0500 Subject: [PATCH] Removed route --- app/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config.py b/app/config.py index 2b78a404cf..20dc39005e 100644 --- a/app/config.py +++ b/app/config.py @@ -334,7 +334,6 @@ class Config(object): 'app.celery.v3.notification_tasks.v3_process_notification': {'queue': QueueNames.NOTIFY}, 'app.celery.v3.notification_tasks.v3_send_email_notification': {'queue': QueueNames.SEND_EMAIL}, 'app.celery.v3.notification_tasks.v3_send_sms_notification': {'queue': QueueNames.SEND_SMS}, - 'app.celery.process_comp_and_pen.comp_and_pen_batch_process': {'queue': QueueNames.PERIODIC}, 'app.celery.process_ga4_measurement_tasks.post_to_ga4': {'queue': QueueNames.SEND_EMAIL}, 'app.celery.send_va_profile_notification_status_tasks.send_notification_status_to_va_profile': { 'queue': QueueNames.CALLBACKS