AutomationDev85 commented on code in PR #43737:
URL: https://github.com/apache/airflow/pull/43737#discussion_r1836555582


##########
providers/src/airflow/providers/edge/cli/edge_command.py:
##########
@@ -312,11 +322,11 @@ def stop(args):
         logger.warning("Could not find PID of worker.")
 
 
-ARG_CONCURRENCY = Arg(
-    ("-c", "--concurrency"),
+ARG_CAPACITY = Arg(
+    ("-c", "--capacity"),

Review Comment:
   Switched back to concurrency. As matches more the celery worker naming.



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