vandonr-amz commented on code in PR #33481:
URL: https://github.com/apache/airflow/pull/33481#discussion_r1300452903


##########
airflow/providers/celery/executors/celery_executor.py:
##########
@@ -143,6 +142,7 @@ def __getattr__(name):
 )
 
 # worker cli args
+ARG_AUTOSCALE = Arg(("-a", "--autoscale"), help="Minimum and Maximum number of 
worker to autoscale")

Review Comment:
   yes, somewhat, but it was defined with the `# roles` args, and is actually 
only used here, so I moved it to its logical home.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to