Hi, I am new to airflow and trying out examples that ship with airflow. I triggered example_trigger_controller_dag which in turn triggers example_trigger_target_dag. A dag_run for target dag is created but it doesn't run. It's in running state for a long time. Scheduler logs shows jobs.py:538} ERROR - Dag runs are deadlocked for DAG: example_trigger_target_dag .
I am not sure why is being deadlocked. Any help would be appreciated. -- Amareesh.
