The GitHub Actions job "Tests ARM" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
87fc4697f742a792b5560fbb408ce8046e860e08 / 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.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to