kaxil opened a new issue #8166: Task Duration Bug: Doesn't respect number of runs URL: https://github.com/apache/airflow/issues/8166 The "number of runs" is set to 5, however, there's a month worth of taskinstances on this plot. It used to be exactly 5 dots in the previous versions. I have pinpointed the issue to the following method: https://github.com/apache/airflow/blob/1.10.10rc3/airflow/models/dag.py#L820-L821 -- it returns may more taskinstances than limited by `start_date`  >Task Duration and Task Tries plots for the same dag, thought that might be helpful   From @KostyaEsmukov : >I believe it was fine in 1.10.9. Not 100% sure, but, like, 99% :) Need to verify if it is a new bug in 1.10.10rc3
---------------------------------------------------------------- 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] With regards, Apache Git Services
