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 2021/11/02 14:43:28 UTC

[GitHub] [airflow] andormarkus commented on pull request #19003: Increase default liveness probe timeout

andormarkus commented on pull request #19003:
URL: https://github.com/apache/airflow/pull/19003#issuecomment-957728373


   Hi @dstandish and @jedcunningham 
   
   I'm running on Helm chart 1.2 and manually increased limits to the values what where in this PR and still got problem.
   ```yaml
       timeoutSeconds: 10
       failureThreshold: 5
       periodSeconds: 60
   ```
   
   I have created high thresholds and now my probes are passing
   ```yaml
     livenessProbe:
       initialDelaySeconds: 60
       timeoutSeconds: 30
       failureThreshold: 5
       periodSeconds: 60
   ```
   
   If you agree, I suggest raising the timeout even more or document the slow probe in the documentation.
   
   Thanks,
   Andor
   


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