This is an automated email from the ASF dual-hosted git repository.
onikolas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9be08cf9145 Mark Multiple Executor Configuration as stable (#46742)
9be08cf9145 is described below
commit 9be08cf91453494d8272b6b91d9eb608249b209e
Author: Niko Oliveira <[email protected]>
AuthorDate: Mon Mar 3 10:29:21 2025 -0800
Mark Multiple Executor Configuration as stable (#46742)
Multiple Executor Configuration (aka hybrid executors) has been released
for over half a year and will be almost a year when Airflow 3.0 is
released. With the release of Airflow 3 we can call it stable.
---
docs/apache-airflow/core-concepts/executor/index.rst | 3 ---
1 file changed, 3 deletions(-)
diff --git a/docs/apache-airflow/core-concepts/executor/index.rst
b/docs/apache-airflow/core-concepts/executor/index.rst
index 9a1783443bf..cb6384d129c 100644
--- a/docs/apache-airflow/core-concepts/executor/index.rst
+++ b/docs/apache-airflow/core-concepts/executor/index.rst
@@ -115,9 +115,6 @@ Airflow tasks are executed ad hoc inside containers/pods.
Each task is isolated
Using Multiple Executors Concurrently
-------------------------------------
-.. warning::
- Multiple executor configuration is an alpha/experimental feature at the
moment and may be subject to change without warning.
-
Starting with version 2.10.0, Airflow can now operate with a multi-executor
configuration. Each executor has its own set of pros and cons, often they are
trade-offs between latency, isolation and compute efficiency among other
properties (see :ref:`here <executor-types-comparison>` for comparisons of
executors). Running multiple executors allows you to make better use of the
strengths of all the available executors and avoid their weaknesses. In other
words, you can use a specific execut [...]
Configuration