sean-rose opened a new pull request, #29065:
URL: https://github.com/apache/airflow/pull/29065

   This fixes problems when recursively clearing task instances across multiple 
DAGs:
     * Task instances in downstream DAGs weren't having their `max_tries` 
property incremented, which could cause downstream external task sensors in 
reschedule mode to instantly time out.
     * Task instances in downstream DAGs could have some of their properties 
overridden by an unrelated task in the upstream DAG if they had the same task 
ID.
   
   closes: #29049


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to