Disable Celery concurrency, to see if it fixes the session issue

This commit is contained in:
rubenwardy 2022-02-10 19:24:37 +00:00
parent 83b2cf48d4
commit 4ac8949c3a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ services:
worker:
build: .
command: celery -A app.tasks.celery worker
command: celery -A app.tasks.celery worker --concurrency 1
env_file:
- config.env
environment: