vaibhavnsingh commented on issue #42135:
URL: https://github.com/apache/airflow/issues/42135#issuecomment-2346746162

   +1 
   
   In our current setup, we are using Celery workers as Airflow workers, and we 
have applied a memory limit on these workers as per our DevOps guidelines. When 
a Celery worker exceeds its memory limit, it encounters an Out-Of-Memory (OOM) 
error and restarts. This behavior leads to tasks that were in a running state 
becoming zombie tasks, which the Airflow scheduler detects.
   
   However, we have observed that despite the scheduler detecting these tasks 
as zombie tasks, Airflow does not mark them as failed.


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