jason810496 commented on code in PR #70657: URL: https://github.com/apache/airflow/pull/70657#discussion_r3801780665
########## contributing-docs/README.rst: ########## @@ -143,6 +143,10 @@ You can also dive deeper into more specific areas that are important for contrib * `Architecture diagram <17_architecture_diagrams.rst>`__ describes how to create and update the architecture diagrams embedded in Airflow documentation. +* `Task execution architecture <31_task_execution_architecture.rst>`__ explains what happens inside a + worker when a task runs: the Python Supervisor and task runner, the Coordinator layer shared by the Java + and Go SDKs, and the standalone Go edge worker. Review Comment: Good point, I add a new Task Execution Lifecycle section at end of the doc in https://github.com/apache/airflow/pull/70657/changes/26e5dc78b4cb39472ec7c16cc420e0068aa158ac, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
