GitHub user pvieito added a comment to the discussion: Airflow task stuck on DEFERRED status
Hi @kunaljubce! I attach the full logs from the tasks, workers & scheduler from `2024-11-04T09:00:00` to `2024-11-04T11:30:00`. - At around 9:00 UTC as you can see for example the task with AWS Batch identifier `16ffa872-59c1-4eb9-a7b4-50622364db0b` is correctly deferred and `waiter_with_logging.py` logs the expected checks. - All seems to be working fine until around 10:00 UTC. Then all tasks (for example the one with AWS Batch identifier `c6157b39-4197-4a98-9a0d-2310866a2495`) starts being deferred but no checks are done: no more `waiter_with_logging.py` logs after the one at `2024-11-04 09:55:39.871`). [Airflow-Logs.csv](https://github.com/user-attachments/files/17650761/Airflow-Logs.csv) GitHub link: https://github.com/apache/airflow/discussions/43835#discussioncomment-11192354 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
