From 2360b242bc72c1eaaf3ff71bf494e0a360116453 Mon Sep 17 00:00:00 2001 From: r-richmond Date: Mon, 27 Oct 2025 22:24:06 -0700 Subject: [PATCH] [v3-1-test] Improve clarity on api workers recommendation in docs (#57273) --------- (cherry picked from commit 5cd27a0ddea7cc788a36a50de8c1e93b480786eb) Co-authored-by: r-richmond Co-authored-by: Ash Berlin-Taylor --- 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 a7bd041362209..bb08fa49005b2 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: ~