You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/20 00:02:50 UTC

[GitHub] [airflow] thesuperzapper commented on issue #15938: celery_executor becomes stuck if child process receives signal before reset_signals is called

thesuperzapper commented on issue #15938:
URL: https://github.com/apache/airflow/issues/15938#issuecomment-1103276467

   I just wanted to share that the [User-Community Airflow Helm Chart](https://github.com/airflow-helm/charts/tree/main/charts/airflow) now has a mitigation for this issue that will automatically restart the scheduler if no tasks are created within some threshold time.
   
   It's called the scheduler ["Task Creation Check"](https://github.com/airflow-helm/charts/blob/main/charts/airflow/docs/faq/monitoring/scheduler-liveness-probe.md), but it's not enabled by default as, the "threshold" must be longer than your shorted DAG `schedule_interval`, which we don't know unless the user tells us.


-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org