mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01:00
Disable Celery concurrency, to see if it fixes the session issue
This commit is contained in:
parent
83b2cf48d4
commit
4ac8949c3a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user