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/08/10 18:24:12 UTC

[GitHub] [airflow] pingzh commented on pull request #25561: Add liveness probe to Celery workers

pingzh commented on PR #25561:
URL: https://github.com/apache/airflow/pull/25561#issuecomment-1211092499

   > @pingzh, very good call. Do you know of a better probe to use when it's disabled?
   > 
   > I'm tempted to just add an `enabled` flag around this feature so it can just be turned off. What do you think about that?
   
   I am not aware of other better probe methods. For us, we turn off `worker_enable_remote_control`, it is due to that we use SQS as the message broker, which `worker_enable_remote_control` it creates lots of pidbox queues. It should be ok for other cases.
   
   
   I like the idea of adding an `enabled` flag`.
   
   


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