ashb commented on code in PR #44767:
URL: https://github.com/apache/airflow/pull/44767#discussion_r1874516026


##########
task_sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -518,11 +518,14 @@ def _monitor_subprocess(self):
             )
             # Block until events are ready or the timeout is reached
             # This listens for activity (e.g., subprocess output) on 
registered file objects
-            self._service_subprocess(max_wait_time=max_wait_time)
+            alive = self._service_subprocess(max_wait_time=max_wait_time) is 
None

Review Comment:
   This needs #44766 to be merged first



-- 
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]

Reply via email to