This is an automated email from the ASF dual-hosted git repository.
potiuk 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 5cd27a0ddea Improve clarity on api workers recommendation in docs
(#57273)
5cd27a0ddea is described below
commit 5cd27a0ddea7cc788a36a50de8c1e93b480786eb
Author: r-richmond <[email protected]>
AuthorDate: Mon Oct 27 22:24:06 2025 -0700
Improve clarity on api workers recommendation in docs (#57273)
---------
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 7d8f26e9a76..c057c9f7ca7 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -1421,9 +1421,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: ~