kakadusha commented on issue #33994:
URL: https://github.com/apache/airflow/issues/33994#issuecomment-2485958466

   I have the same problem and found that I had 
   ```
   dag_id = ...,
   default_args={ ... "end_date": ... },
   ```
   and end_date was earlier than the debug interval date.
   Strangely enough, it was crashing with Deadlock 
   `WARNING - Deadlock discovered for ti_status.to_run`


-- 
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]

Reply via email to