The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user hterik (triggered by hterik).

Head commit for run:
87bd3ac767a1bff5aeaf89466fba9f6d0a56a1ad / hterik <[email protected]>
Add config to control Kubernetes Client retry behaviour

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

Report URL: https://github.com/apache/airflow/actions/runs/3136537024

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to