nikie edited a comment on issue #18304: URL: https://github.com/apache/airflow/issues/18304#issuecomment-945172125
The user is able to unblock the runs as follows: 5. Clear Task B in dagrun 2. This moves dagrun 2 into queued state. It appears that clearing a task in "no_status" state deactivates a running dagrun. 6. Dagrun 1 completes. Dagrun 2 starts executing. A possible fix could be to detect the deadlock situation and automatically move dagrun 2 into scheduled state, clearing path for the dagrun 1. Not sure if this is feasible from technical perspective. It might be worth to mention the workaround in documentation if not going to fix. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org