hussein-awala commented on issue #29833:
URL: https://github.com/apache/airflow/issues/29833#issuecomment-1452785595

   Can you extract the ti state from the DB for a task stuck in queued state?
   ```sql
   SELECT *
   FROM task_instance
   WHERE dag_id='<dag id>' AND task_id='<task id>' AND 
execution_date='<execution date>'
   ```


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

Reply via email to