[GitHub] [airflow] hussein-awala commented on issue #29833: Celery tasks stuck in queued state after worker crash (Set changed size during iteration)

2023-03-05 Thread via GitHub
hussein-awala commented on issue #29833: URL: https://github.com/apache/airflow/issues/29833#issuecomment-1455158100 I think this can happen when the Airflow worker lost completely the access to the Metadata, where in this case it will not be able to update the task state, and if we use it

[GitHub] [airflow] hussein-awala commented on issue #29833: Celery tasks stuck in queued state after worker crash (Set changed size during iteration)

2023-03-02 Thread via GitHub
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='' AND task_id='' AND execution_date=''