From 4264cb46f4847debe471aa2afa72cd5b07043997 Mon Sep 17 00:00:00 2001 From: eXistC <65996099+eXistC@users.noreply.github.com> Date: Sun, 2 Aug 2026 18:15:21 +1000 Subject: [PATCH] fix(dispatcharr): add recordings and dvr queues to celery worker (#16204) --- install/dispatcharr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/dispatcharr-install.sh b/install/dispatcharr-install.sh index ed58f8d69..273ddaa43 100644 --- a/install/dispatcharr-install.sh +++ b/install/dispatcharr-install.sh @@ -174,7 +174,7 @@ cd /opt/dispatcharr set -a source .env set +a -exec uv run celery -A dispatcharr worker -l info -c 4 +exec uv run celery -A dispatcharr worker -l info -c 4 -Q celery,recordings,dvr,default EOF chmod +x /opt/dispatcharr/start-celery.sh