The GitHub Actions job "Tests (AMD)" on 
airflow.git/docs/go-sdk/coordinator-first-in-overview has succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
206206440d36ad6e31aeabf46695ad5ece08509b / LIU ZHE YOU <[email protected]>
Simplify worker task execution diagram in Architecture Overview

Deployment Managers reading the Architecture Overview need to know what
runs on a worker while tasks execute, so they can size workers for the
memory and start-up cost each concurrent task instance adds. Coordinator
routing, the msgpack wire protocol and per-runtime internals do not serve
that question and already live in the developer guide.

The previous wording also implied Python tasks run inside the supervisor
with no separate process, which is not what happens: every task instance
gets its own subprocess whatever language it is written in.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to