Skip to content

Commit 2c46d0b

Browse files
authored
Update multi-node executor guidance (#48605) (#69154)
* Update multi-node executor guidance (#48605) * Use accepted spelling for executor trade-offs
1 parent a9f0cf5 commit 2c46d0b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

airflow-core/docs/administration-and-deployment/production-deployment.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,13 @@ Multi-Node Cluster
5757
==================
5858

5959
Airflow uses :class:`~airflow.executors.local_executor.LocalExecutor` by default. For a multi-node setup,
60-
you should use the :doc:`Kubernetes executor <apache-airflow-providers-cncf-kubernetes:kubernetes_executor>` or
61-
the :doc:`Celery executor <apache-airflow-providers-celery:celery_executor>`.
60+
choose a remote executor, or a multi-executor configuration, that matches where tasks should run.
61+
Common choices include the :doc:`Celery executor <apache-airflow-providers-celery:celery_executor>`,
62+
the :doc:`Kubernetes executor <apache-airflow-providers-cncf-kubernetes:kubernetes_executor>`,
63+
Amazon provider executors such as :doc:`Batch <apache-airflow-providers-amazon:executors/batch-executor>`
64+
or :doc:`ECS <apache-airflow-providers-amazon:executors/ecs-executor>`, and the
65+
:doc:`Edge executor <apache-airflow-providers-edge3:edge_executor>`. See the
66+
:ref:`executor comparison <executor-types-comparison>` for the current list and trade-offs.
6267

6368

6469
Once you have configured the executor, it is necessary to make sure that every node in the cluster contains

0 commit comments

Comments
 (0)