uranusjr commented on code in PR #56690:
URL: https://github.com/apache/airflow/pull/56690#discussion_r2674706247
##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -943,6 +962,9 @@ def _on_term(signum, frame):
state: TaskInstanceState
error: BaseException | None = None
+ # Initialize resource tracking
+ end_resources: tuple[float, float] | None = None
Review Comment:
This variable should be named better. What does `end` mean? Why is it using
the plural form?
--
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]