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/01/03 23:13:30 UTC

[GitHub] [airflow] MatrixManAtYrService edited a comment on issue #20644: Liveness probe fails, causing scheduler and triggerer restarts every 5 minutes

MatrixManAtYrService edited a comment on issue #20644:
URL: https://github.com/apache/airflow/issues/20644#issuecomment-1004417699


   One thought was that maybe the probe is taking too long to respond, but at least when I run it via `kubectl` it returns within a second:
   ```
   ❯ time kubectl -n tmp exec $SCHEDULER_POD -c scheduler -- sh -c "cat - > ./liveness.py ; echo $?"
   0
   kubectl -n tmp exec $SCHEDULER_POD -c scheduler -- sh -c   0.55s user 0.14s system 111% cpu 0.623 total
   ```


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