dirrao commented on code in PR #39201:
URL: https://github.com/apache/airflow/pull/39201#discussion_r1578826472


##########
airflow/providers/cncf/kubernetes/hooks/kubernetes.py:
##########
@@ -486,6 +488,12 @@ def get_deployment_status(
         except Exception as exc:
             raise exc
 
+    @tenacity.retry(

Review Comment:
   This will be retried for non transient errors as well.  can't we rely on the 
task retry instead of explicit retry here?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to