raphaelauv commented on code in PR #32983: URL: https://github.com/apache/airflow/pull/32983#discussion_r1280256126
########## docs/apache-airflow/core-concepts/executor/index.rst: ########## @@ -77,4 +77,4 @@ There are two types of executor - those that run tasks *locally* (inside the ``s .. note:: - Something that often confuses new users of Airflow is that they don't need to run a separate ``executor`` process. This is because the executor's logic runs *inside* the ``scheduler`` process - if you're running a scheduler, you're running the executor. + Something that often confuses new users of Airflow is that they don't need to run a separate ``executor`` process using one of the Local Executors or Remote Executors (because executor's logic runs *inside* the ``scheduler`` process and this logic will run the tasks locally or not depending the executor selected). Review Comment: thanks for the review -- 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]
