ashb commented on code in PR #57273:
URL: https://github.com/apache/airflow/pull/57273#discussion_r2465160969
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1422,8 +1422,8 @@ api:
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.
+ 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
github.com/apache/airflow/issues/52270.
Review Comment:
nit
```suggestion
servers instead of increasing the number of workers; See
https://github.com/apache/airflow/issues/52270.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]