[
https://issues.apache.org/jira/browse/AIRFLOW-970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003141#comment-16003141
]
ASF subversion and git services commented on AIRFLOW-970:
---------------------------------------------------------
Commit af2d0b4b5cb1ef30a065b1af66f90a01a953e2be in incubator-airflow's branch
refs/heads/v1-8-stable from [~saguziel]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=af2d0b4 ]
[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
(cherry picked from commit 0f7ddbbedb05f2f11500250db4989edcb27bc164)
> 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)