Skip to content

Conversation

@AutomationDev85
Copy link
Contributor

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.

@potiuk potiuk merged commit e124767 into apache:main Nov 28, 2025
96 checks passed
Copy link
Contributor

@jscheffl jscheffl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

With the other PRs for retry would like to #protm

RoyLee1224 pushed a commit to RoyLee1224/airflow that referenced this pull request Dec 3, 2025
…PodOperator (apache#58778)

Co-authored-by: AutomationDev85 <AutomationDev85>
Copilot AI pushed a commit to jason810496/airflow that referenced this pull request Dec 5, 2025
…PodOperator (apache#58778)

Co-authored-by: AutomationDev85 <AutomationDev85>
itayweb pushed a commit to itayweb/airflow that referenced this pull request Dec 6, 2025
…PodOperator (apache#58778)

Co-authored-by: AutomationDev85 <AutomationDev85>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:cncf-kubernetes Kubernetes (k8s) provider related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants