ferruzzi commented on code in PR #66379:
URL: https://github.com/apache/airflow/pull/66379#discussion_r3230352029


##########
task-sdk/src/airflow/sdk/execution_time/callback_supervisor.py:
##########
@@ -242,8 +242,23 @@ def wait(self) -> int:
             self.selector.close()
 
         self._exit_code = self._exit_code if self._exit_code is not None else 1
+
+        # Upload logs to remote storage for UI visibility (same pattern as 
ActivitySubprocess)

Review Comment:
   Nittiest of nitpicks, can likely drop this comment.  The method name is 
pretty clear IMHO.  Or just resolve this, no real opinion.



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