ashb commented on code in PR #45106:
URL: https://github.com/apache/airflow/pull/45106#discussion_r1898537866
##########
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:
We still need this comment, as it involves running callbacks etc.
--
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]