uranusjr commented on code in PR #65958:
URL: https://github.com/apache/airflow/pull/65958#discussion_r3308562828
##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -533,6 +535,25 @@ def _child_exec_main():
_fork_main(child_requests, child_stdout, child_stderr, 0, _subprocess_main)
+class ProcessTracker(Protocol):
Review Comment:
subprocess does not raise ProcessLookupError; the documentation explicitly
says
> Popen.send_signal(signal)
> Sends the signal signal to the child.
> Do nothing if the process completed.
--
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]