The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
083f6e25aae87c00fcf8bfc59566d2a2a1bf7935 / Jed Cunningham 
<[email protected]>
Reduce default API server workers to 1 (#55707)

Change the default number of API server workers from 4 to 1 and add
guidance to deploy multiple API servers for scaling instead of
increasing workers per server.

With FastAPI, sync code runs in an external thread pool, making
multiple workers within a single api server less necessary than it was in
our flask days. And with uvicorns new spawn behavior instead of fork,
it means no shared copy-on-write memory between workers, so it's better
to scale horizontally now.

(cherry picked from commit 87fc4697f742a792b5560fbb408ce8046e860e08)

Report URL: https://github.com/apache/airflow/actions/runs/17772191727

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to