Update Celery command to use gevent pool
This commit is contained in:
parent
1a0c5c497a
commit
96bb758124
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ services:
|
|||
build:
|
||||
context: ../
|
||||
dockerfile: base.Dockerfile
|
||||
command: celery -A langflow.worker.celery_app worker --loglevel=INFO --concurrency=1 -n lf-worker@%h
|
||||
command: celery -A langflow.worker.celery_app worker --loglevel=INFO --concurrency=2 -n lf-worker@%h --pool=gevent
|
||||
healthcheck:
|
||||
test: "exit 0"
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue