Schlyterr commented on issue #36920: URL: https://github.com/apache/airflow/issues/36920#issuecomment-1973422572
We ran into this issue today and after following these steps it started working again. 1. Pause all DAGs 2. Going into Browse -> Task Instances and deleting all tasks that didn't have any of the following states **upstream_failed, failed, success, removed** (I think it was only task instances with state = **scheduled** and **skipped** that we deleted if I remember correctly, not sure how relevant it is to delete **skipped** tasks) 3. Going into Browse -> Dag Runs and delete all Dag runs that had a state other than **failed** or **success** (I think we removed state = **running** and **queued** if I remember correctly). 4. Start DAGs again I hope this can help someone! -- 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]
