jonathanrainer commented on issue #30642:
URL: https://github.com/apache/airflow/issues/30642#issuecomment-1509514013

   Ah now that's interesting, there certainly was a task retried at that time, 
but it would have been cleared with its downstreams not upstreams. That being 
said the behaviour seems somewhat unexpected. I would have thought that once 
the first task had started executing the start time of the run would be fixed, 
and then any retries would simply extend out the finished time of the DAG Run 
rather than the start as well, because retrying a task doesn't change the past 
even if you completely restarted the run. Is this behaviour documented anywhere?


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