Skip to content

Commit

Permalink
Reduce the number of manager workers
Browse files Browse the repository at this point in the history
Since we have a dedicated worker for cluster management, it should be
enough to have two manager workers.
  • Loading branch information
ranlu committed May 11, 2022
1 parent f19ba83 commit 054d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker-compose-CeleryExecutor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ services:
<<: *airflow-common
environment:
<<: *airflow-common-env
AIRFLOW__CELERY__WORKER_CONCURRENCY: 4
AIRFLOW__CELERY__WORKER_CONCURRENCY: 2
command: airflow celery worker --without-gossip --without-mingle -q manager
deploy:
restart_policy:
Expand Down

0 comments on commit 054d983

Please sign in to comment.