amoghrajesh commented on code in PR #45106:
URL: https://github.com/apache/airflow/pull/45106#discussion_r1898605739


##########
task_sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -429,9 +429,7 @@ def run(ti: RuntimeTaskInstance, log: Logger):
     except SystemExit:
         ...
     except BaseException:
-        # TODO: Handle TI handle failure

Review Comment:
   Replaced with:
   ```
   # TODO: Run task failure callbacks here
   ```



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