Skip to content

Commit 4a5b47b

Browse files
authored
[AIRFLOW-6789] BugFix: Fix Default Worker concurrency (#7494)
1 parent 0d2aa85 commit 4a5b47b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airflow/config_templates/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@
10201020
version_added: ~
10211021
type: string
10221022
example: 16,12
1023-
default: 16,12
1023+
default: ~
10241024
- name: worker_log_server_port
10251025
description: |
10261026
When you start an airflow worker, airflow starts a tiny web server

airflow/config_templates/default_airflow.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ worker_concurrency = 16
477477
# If autoscale option is available, worker_concurrency will be ignored.
478478
# http://docs.celeryproject.org/en/latest/reference/celery.bin.worker.html#cmdoption-celery-worker-autoscale
479479
# Example: worker_autoscale = 16,12
480-
worker_autoscale = 16,12
480+
# worker_autoscale =
481481

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy