AutomationDev85 opened a new pull request, #58778: URL: https://github.com/apache/airflow/pull/58778
# Overview During running into 429 issues due to high load in our Kubernetes Cluster, we found that some functions in the KubernetesPodOperator accessing direct the api client. This PR adds retry handling these functions. The code part which uses function of the PodManager and the KubernetesHook have already a retry enabled. # Change Summary * add generic_api_retry decorator to functions which are accessing the api client direct. -- 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]
