diff --git a/airflow-core/src/airflow/config_templates/config.yml b/airflow-core/src/airflow/config_templates/config.yml index 131d71c5b57a3..7cca6bee28595 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: ~