You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/03 17:14:00 UTC

[jira] [Commented] (AIRFLOW-6438) blocked end point returns all dags by default

    [ https://issues.apache.org/jira/browse/AIRFLOW-6438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029101#comment-17029101 ] 

ASF subversion and git services commented on AIRFLOW-6438:
----------------------------------------------------------

Commit 9cf85e3925e8b8857d5ef193422b5c32486ae6e6 in airflow's branch refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=9cf85e3 ]

[AIRFLOW-6438] Filter DAGs returned by blocked (#7019)

(cherry-picked from 5491f4d40413075d85b50f39c27ad871741c68d8)


> blocked end point returns all dags by default
> ---------------------------------------------
>
>                 Key: AIRFLOW-6438
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6438
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: ui
>    Affects Versions: 2.0.0, 1.10.7
>            Reporter: Robin Edwards
>            Assignee: Robin Edwards
>            Priority: Minor
>             Fix For: 2.0.0, 1.10.8
>
>
> The /blocked end point returns any blocked dags in the entire system by default. This can be quite slow when running a large amount of dags (2500+ in our case).
> The accompanying pull request adds a dag_ids get parameter to the blocked end point which is populated by the dags present on the page.
> Please see previous issues which fixed the other end points in a similar manner AIRFLOW-6239, AIRFLOW-6238, AIRFLOW-6095



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