AutomationDev85 commented on PR #58033: URL: https://github.com/apache/airflow/pull/58033#issuecomment-3533042124
@jscheffl I switched back to using Tenacity for retries, since retryhttp only handles HTTP exceptions, while the Kubernetes client library can raise various exception types. The retry logic now extracts the Retry-After value from the headers of 429 exceptions, ensuring proper waiting time when too many request issue was detected. -- 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]
