Robin Edwards created AIRFLOW-6095:
--------------------------------------
Summary: 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: 1.10.6, 2.0.0
Reporter: Robin Edwards
Assignee: Robin Edwards
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)