Skip to content

Commit

Permalink
[AIRFLOW-6789] BugFix: Fix Default Worker concurrency (apache#7494)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4a5b47b)
  • Loading branch information
kaxil committed Feb 28, 2020
1 parent 3ebf5a9 commit 75a3d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@
version_added: ~
type: string
example: 16,12
default: 16,12
default: ~
- name: worker_log_server_port
description: |
When you start an airflow worker, airflow starts a tiny web server
Expand Down
2 changes: 1 addition & 1 deletion airflow/config_templates/default_airflow.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ worker_concurrency = 16
# If autoscale option is available, worker_concurrency will be ignored.
# http://docs.celeryproject.org/en/latest/reference/celery.bin.worker.html#cmdoption-celery-worker-autoscale
# Example: worker_autoscale = 16,12
worker_autoscale = 16,12
# worker_autoscale =

# When you start an airflow worker, airflow starts a tiny web server
# subprocess to serve the workers local log files to the airflow main
Expand Down

0 comments on commit 75a3d15

Please sign in to comment.