bbovenzi opened a new issue, #23949:
URL: https://github.com/apache/airflow/issues/23949

   ### Description
   
   In https://github.com/apache/airflow/pull/22900, we added auto-refresh for 
the home page. Right now, we pass all dag_ids to the `last_dagruns`, 
`dag_stats` and `task_stats` endpoints. During auto-refresh, we should only 
request info for dags that are not paused.
   
   On page load, we still want to check all three endpoints for all dags in 
view. But for subsequent auto-refresh requests we should only check active dags.
   
   ### Use case/motivation
   
   Smaller requests should make a faster home page.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to