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 2017/04/05 08:03:41 UTC

[jira] [Commented] (AIRFLOW-970) Latest runs on homepage should load async and in batch

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

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

Commit 0f7ddbbedb05f2f11500250db4989edcb27bc164 in incubator-airflow's branch refs/heads/master from [~saguziel]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=0f7ddbb ]

[AIRFLOW-970] Load latest_runs on homepage async

The latest_runs column on the homepage loads
synchronously with an n+1
query. Homepage loads will be significantly faster
if this happens
asynchronously and as a batch.

Closes #2144 from saguziel/aguziel-latest-run-
async


> Latest runs on homepage should load async and in batch
> ------------------------------------------------------
>
>                 Key: AIRFLOW-970
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-970
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Alex Guziel
>            Assignee: Alex Guziel
>
> The latest_dag_run column on the homepage makes one query for each dag and does it synchronously. We should do the opposite.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)