You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Christian (JIRA)" <ji...@apache.org> on 2019/08/08 15:11:00 UTC

[jira] [Created] (AIRFLOW-5146) Add ability to monitor queueing duration of DAG runs

Christian created AIRFLOW-5146:
----------------------------------

             Summary: Add ability to monitor queueing duration of DAG runs
                 Key: AIRFLOW-5146
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5146
             Project: Apache Airflow
          Issue Type: Wish
          Components: DagRun, database
    Affects Versions: 2.0.0, 1.10.5
            Reporter: Christian


As a system administrator I would like to monitor the system load based on the duration tasks reside in the `QUEUED` state. With this information it is possible to see potential bottlenecks which may be caused by ,e.g., `schedule_intervals` that fall together.

Right now this information cannot be retrieved easily from the database without writing additional lines of code, to extract that information.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)