Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions airflow-core/src/airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ~
Expand Down