bbovenzi commented on issue #23602: URL: https://github.com/apache/airflow/issues/23602#issuecomment-1127882701
Yes, so [here](https://github.com/apache/airflow/blob/main/airflow/www/views.py#L2754) we're just iterating through every single `next_dagrun_info` for a whole year. We should be able to interpret the schedule better than that. UI-wise we could split the requests to show at least something to the user, but really, we need to improve the webserver code. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
