Fokko commented on a change in pull request #3989: [AIRFLOW-1945] Autoscale 
celery workers for airflow added
URL: https://github.com/apache/incubator-airflow/pull/3989#discussion_r224696984
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -349,6 +349,12 @@ celery_app_name = airflow.executors.celery_executor
 # your worker box and the nature of your tasks
 worker_concurrency = 16
 
+# The minimum and maximum concurrency that will be used when starting workers 
with the
+# "airflow worker" command. Pick these numbers based on resources on
+# worker box and the nature of the task. If autoscale option is available 
worker_concurrency
+# will be ignored
+#worker_autoscale = 12,16
 
 Review comment:
   Can you add the link to: 
http://docs.celeryproject.org/en/latest/reference/celery.bin.worker.html#cmdoption-celery-worker-autoscale

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to