ferruzzi commented on code in PR #59066:
URL: https://github.com/apache/airflow/pull/59066#discussion_r2593952333
##########
airflow-core/src/airflow/models/taskinstance.py:
##########
@@ -304,6 +304,7 @@ def clear_task_instances(
dr.last_scheduling_decision = None
dr.start_date = None
dr.clear_number += 1
+ dr.queued_at = timezone.utcnow()
Review Comment:
I'll leave this open for context for other reviewers because it was a good
conversation with good context, but please consider it resolve-able and
non-blocking once it has the required approvals.
--
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]