Skip to content

Commit ec84e6c

Browse files
committed
minor change
1 parent 007bca0 commit ec84e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/modules/airflow/pages/troubleshooting

docs/modules/airflow/pages/troubleshooting/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ See e.g. https://github.com/minio/minio/issues/20845[this MinIO issue] for detai
3131
In Airflow the webserver (called the API Server in Airflow 3.x+) can use multiple workers.
3232
This is determined by the environment variable `+AIRFLOW__API__WORKERS+` and is set by default to `4` in Airflow 2.x and `1` in Airflow 3.x+.
3333
The reason for this difference is that Airflow uses a backend library to manage child processes and in 3.x+ this library can cause child processes to be killed if a hard-coded startup timeout is exceeded.
34-
For most cases a default of `1` should be sufficient, but if you run into performance issues and would like to add more workers, you can either change the environment variable using `envOverrides`:
34+
For most cases with Airflow 3.x+ a default of `1` should be sufficient, but if you run into performance issues and would like to add more workers, you can either change the environment variable using `envOverrides`:
3535

3636
[source,yaml]
3737
----

0 commit comments

Comments
 (0)