You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jason Ferrell (Jira)" <ji...@apache.org> on 2019/10/25 18:45:00 UTC

[jira] [Created] (AIRFLOW-5762) Correct sorting of dag runs in UI

Jason Ferrell created AIRFLOW-5762:
--------------------------------------

             Summary: Correct sorting of dag runs in UI
                 Key: AIRFLOW-5762
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5762
             Project: Apache Airflow
          Issue Type: Improvement
          Components: DagRun, scheduler, ui
    Affects Versions: 1.10.4
            Reporter: Jason Ferrell
         Attachments: AirflowScheduledOrderExample.png

When jobs are scheduled in Airflow, they run at the end of the schedule.  When jobs are executed manually, they are scheduled immediately and run immediately.  The sorting for the UI is based on the Airflow scheduled date, so there can be situations where Airflow reports the "most recent" dag as the one that was scheduled most recently, but not the one that ran most recently.  This appears to affect both the tree view and the primary UI for the "recent tasks".  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)