You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/28 10:49:16 UTC

[GitHub] [airflow] bhavaniravi commented on issue #17814: Last Dagrun is not working.

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: commits-unsubscribe@airflow.apache.org

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