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/06/13 17:24:51 UTC

[GitHub] [airflow] anu251989 commented on pull request #22378: Celery worker liveness probe

anu251989 commented on PR #22378:
URL: https://github.com/apache/airflow/pull/22378#issuecomment-1154187297

   > > Hey @KulykDmytro, gentle bump, I'd love to get this in the next chart release.
   > 
   > performing testing on our end - will update you upon completion
   
   Do you have any update on this. I tried from my end and getting 
   
    kubectl exec airflow-worker-0 -n <namespace>   -- celery --app airflow.executors.celery_executor.app inspect ping -d celery@${HOSTNAME}
   Error: No nodes replied within time constraint
   command terminated with exit code 69
   
   we have to monitor the celery health checks inorder to resume the connection between redis and airflow-worker pods. 
   in logs, could see missed heartbeat from worker-2. 
   after read so many posts felt it is helpful for me
   


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