The GitHub Actions job "Tests (AMD)" on 
airflow.git/docs-task-execution-architecture-diagrams has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
667a3d3a5eb00b8cb3a2d98c399f1d7d5554e127 / Jarek Potiuk <[email protected]>
Docs: Add Task SDK, Go and Java SDK execution architecture diagrams

Add graphviz-generated diagrams to the architecture overview showing how a
task actually runs across the different SDKs, and embed them in
core-concepts/overview.rst:

- Python Task SDK: supervised (two native OS processes over a msgpack socket)
  vs native/in-process paths, plus a numbered message-flow sequence.
- Go SDK: standalone edge worker pulling from the Edge API, task talks to the
  Execution API directly.
- Java (JVM) SDK: Coordinator layer reusing the Python Supervisor, driving a
  JVM subprocess over loopback TCP, with an architecture diagram and a numbered
  execution-workflow sequence.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to