mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +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:
|
worker:
|
||||||
build: .
|
build: .
|
||||||
command: celery -A app.tasks.celery worker
|
command: celery -A app.tasks.celery worker --concurrency 1
|
||||||
env_file:
|
env_file:
|
||||||
- config.env
|
- config.env
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user