chore(): some optimizations

This commit is contained in:
ITQ
2026-02-24 20:24:54 +03:00
parent f56a26836d
commit 8fc6ca5c7d
7 changed files with 26 additions and 7 deletions
+4 -1
View File
@@ -106,7 +106,10 @@ services:
- lotty-backend:latest
pull: true
entrypoint: ["/bin/sh", "-c"]
command: ["celery -A config worker -l INFO"]
command:
[
"celery -A config worker -l INFO --concurrency=${CELERY_WORKER_CONCURRENCY:-8}",
]
depends_on:
valkey:
restart: false