From e69fec742e495aa9f3b39fa82eae051bb5f5f9e6 Mon Sep 17 00:00:00 2001 From: Marcus Furlong Date: Fri, 13 Feb 2026 01:00:14 -0500 Subject: [PATCH] remove celery deprecation warning --- patchman/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchman/settings.py b/patchman/settings.py index 85792cc9..5f6f4434 100644 --- a/patchman/settings.py +++ b/patchman/settings.py @@ -127,6 +127,7 @@ CELERY_BROKER_TRANSPORT_OPTIONS = { 'queue_order_strategy': 'priority', } +CELERY_BROKER_CONNECTION_RETRY_ON_STARTUP = True CELERY_WORKER_PREFETCH_MULTIPLIER = 1 LOGIN_REDIRECT_URL = '/patchman/'