You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2019/12/04 10:37:00 UTC

[jira] [Resolved] (AIRFLOW-6095) Task stats endpoint is slow and returns a large payload

     [ https://issues.apache.org/jira/browse/AIRFLOW-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-6095.
----------------------------------------
    Fix Version/s: 1.10.7
       Resolution: Fixed

> Task stats endpoint is slow and returns a large payload
> -------------------------------------------------------
>
>                 Key: AIRFLOW-6095
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6095
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: api, ui
>    Affects Versions: 2.0.0, 1.10.6
>            Reporter: Robin Edwards
>            Assignee: Robin Edwards
>            Priority: Minor
>             Fix For: 1.10.7
>
>
> The task_stats endpoint returns all dags by default. This can result in an extremely large payload ~ 8mb and slow response time when you have a lot of dags (In this case 1500+).
> The accompanying pull request adds a dag_ids get parameter to the task_stats end point which is populated by the dags present on the page.
> If this is accepted I intend to provide the equivalent change to the dag_stats and last_dagruns endpoints



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