kaxil commented on a change in pull request #8852:
URL: https://github.com/apache/airflow/pull/8852#discussion_r428282635



##########
File path: airflow/models/dagrun.py
##########
@@ -431,6 +432,7 @@ def verify_integrity(self, session=None):
         # check for removed or restored tasks
         task_ids = []
         for ti in tis:
+            task_instance_mutation_hook(ti)

Review comment:
       aah yes if you want to have a different queue for TI's that are up for 
retry this does makes sense




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to