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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to