hterik opened a new pull request, #26710:
URL: https://github.com/apache/airflow/pull/26710

   Occasionally, a request to the Kubernetes API might fail due to temporary 
network glitches. By default, such requests are retried 3 times, without any 
delay between.
   On the final failure, the entire scheduler crashes.
   
   This configuration allows the urllib retry behaviour to be adjusted, mainly 
to allow some backoff in between each retry, giving the network time to recover 
before the final attempt.
   
   Fixes #24748


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