bhavaniravi commented on issue #17814: URL: https://github.com/apache/airflow/issues/17814#issuecomment-929074990
I could recreate this issue locally and found a few more insights Ran airflow with 5 DAGs(non-example) 1. when no dags are active, the `last_dagrun` API returns an empty dict. The loading issue is only on the UI 2. when the 1st DAG is activated, the `last_dagrun` sends an error until the task is completed 3. 1st DAG ran successfully, and the last run was populated. UI is no longer loading 4. There was a case where subdag just hung for a long time after a dagrun was created, the API returned 500 error then -- 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]
