gopidesupavan commented on code in PR #49378: URL: https://github.com/apache/airflow/pull/49378#discussion_r2047852207
########## dev/breeze/doc/03_developer_tasks.rst: ########## @@ -392,7 +392,7 @@ Launching multiple terminals in the same environment ---------------------------------------------------- Often if you want to run full airflow in the Breeze environment you need to launch multiple terminals and -run ``airflow webserver``, ``airflow scheduler``, ``airflow worker`` in separate terminals. +run ``airflow webserver`` for Airflow 2 and ``airflow api-server`` for Airflow 3, ``airflow scheduler``, ``airflow worker`` in separate terminals. Review Comment: Dont think we need here AF2 command, now main is AF3.? You may add `airflow dag-processor` ? -- 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]
