This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 5303ff15324 [v3-1-test] Improve clarity on api workers recommendation
in docs (#57273) (#57404)
5303ff15324 is described below
commit 5303ff15324ea81cd13046daf2b32a86b6f18814
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Oct 28 06:31:24 2025 +0100
[v3-1-test] Improve clarity on api workers recommendation in docs (#57273)
(#57404)
---------
(cherry picked from commit 5cd27a0ddea7cc788a36a50de8c1e93b480786eb)
Co-authored-by: r-richmond <[email protected]>
Co-authored-by: Ash Berlin-Taylor <[email protected]>
---
airflow-core/src/airflow/config_templates/config.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/airflow-core/src/airflow/config_templates/config.yml
b/airflow-core/src/airflow/config_templates/config.yml
index a7bd0413622..bb08fa49005 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -1389,9 +1389,9 @@ api:
default: "8080"
workers:
description: |
- Number of workers to run on the API server. Should be roughly equal to
the number of
- cpu cores available. If you need to scale the API server, consider
deploying multiple API
- servers instead of increasing the number of workers.
+ Number of workers to run on the API server. Should be roughly equal to
the number of cpu cores
+ available. If you need to scale the API server, strongly consider
deploying multiple API servers
+ instead of increasing the number of workers; See
https://github.com/apache/airflow/issues/52270.
version_added: ~
type: integer
example: ~