ashb commented on issue #8480:
URL: https://github.com/apache/airflow/issues/8480#issuecomment-617215067


   Isn't there no worker_autoscale option set by default:
   
   ```
   # The maximum and minimum concurrency that will be used when starting 
workers with the
   # ``airflow celery worker`` command (always keep minimum processes, but grow
   # to maximum if necessary). Note the value should be 
max_concurrency,min_concurrency
   # 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.
   # 
http://docs.celeryproject.org/en/latest/reference/celery.bin.worker.html#cmdoption-celery-worker-autoscale
   # Example: worker_autoscale = 16,12
   # worker_autoscale =
   ```
   
   So where is this default coming from?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to