File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1020
1020
version_added : ~
1021
1021
type : string
1022
1022
example : 16,12
1023
- default : 16,12
1023
+ default : ~
1024
1024
- name : worker_log_server_port
1025
1025
description : |
1026
1026
When you start an airflow worker, airflow starts a tiny web server
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ worker_concurrency = 16
477
477
# If autoscale option is available, worker_concurrency will be ignored.
478
478
# http://docs.celeryproject.org/en/latest/reference/celery.bin.worker.html#cmdoption-celery-worker-autoscale
479
479
# Example: worker_autoscale = 16,12
480
- worker_autoscale = 16,12
480
+ # worker_autoscale =
481
481
482
482
# When you start an airflow worker, airflow starts a tiny web server
483
483
# subprocess to serve the workers local log files to the airflow main
You can’t perform that action at this time.
0 commit comments