amoghrajesh commented on code in PR #48528:
URL: https://github.com/apache/airflow/pull/48528#discussion_r2022123609


##########
airflow-core/docs/administration-and-deployment/production-deployment.rst:
##########
@@ -56,11 +56,8 @@ Once that is done, you can run -
 Multi-Node Cluster
 ==================
 
-Airflow uses 
:class:`~airflow.executors.sequential_executor.SequentialExecutor` by default. 
However, by its
-nature, the user is limited to executing at most one task at a time. 
``Sequential Executor`` also pauses
-the scheduler when it runs a task, hence it is not recommended in a production 
setup. You should use the
-:class:`~airflow.executors.local_executor.LocalExecutor` for a single machine.
-For a multi-node setup, you should use the :doc:`Kubernetes executor 
<apache-airflow-providers-cncf-kubernetes:kubernetes_executor>` or
+Airflow uses :class:`~airflow.executors.local_executor.LocalExecutor` by 
default. For a multi-node setup,
+you should use the :doc:`Kubernetes executor 
<apache-airflow-providers-cncf-kubernetes:kubernetes_executor>` or
 the :doc:`Celery executor <apache-airflow-providers-celery:celery_executor>`.
 

Review Comment:
   Yeah maybe! Just created this so we do not forget it: 
https://github.com/apache/airflow/issues/48605. Feel free to grab it @o-nikolas



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