ashb commented on PR #51699: URL: https://github.com/apache/airflow/pull/51699#issuecomment-2970907432
@gopidesupavan I took your example test dags `external_task_sensor_parent` and `external_task_sensor_child_dag` (I can't find which issue you put them in anymore) and it was able to run the catch up and have all 3 years of daily dags run fine without deadlock. I'm not 100% sure I've removed the deadlock (such is the issue with multi-threading) but I can no longer reproduce it where as previously it would lock after a few seconds. In short this appears to help the problem, but all of the discussion in the issue about this makes me think that it _shouldn't_ fix it. -- 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