Miretpl commented on code in PR #69301:
URL: https://github.com/apache/airflow/pull/69301#discussion_r3605758908


##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py:
##########
@@ -120,6 +120,15 @@ def __init__(self, *args, **kwargs):
         self.task_publish_max_retries = self.conf.getint(
             "kubernetes_executor", "task_publish_max_retries", fallback=0
         )
+        # Shadows the class-level default with the configured value for this 
instance.

Review Comment:
   ```suggestion
   ```
   It is rather self-explanatory, looking at the code itself.



-- 
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]

Reply via email to