Asquator commented on PR #61274:
URL: https://github.com/apache/airflow/pull/61274#issuecomment-3977634143

   So, after some consideration, I changed the logic for deadlocked tasks. 
Instead of just passing the latest finished task, we're now passing the next 
task that couldn't run due to the deadlock. This way the callback has more idea 
of an actual task that gone wrong.
   
   To achieve this, I turned the fields of `TISchedulingDecision` from `list`s 
to `set`s, to allow for more indexing. Let me know if it's better to do it 
locally rather than changing on the class level. 


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