fix(dispatcharr): add recordings and dvr queues to celery worker (#16204)

This commit is contained in:
eXistC
2026-08-02 18:15:21 +10:00
committed by GitHub
parent c29d71f5c0
commit 4264cb46f4
+1 -1
View File
@@ -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