jason810496 commented on code in PR #69301:
URL: https://github.com/apache/airflow/pull/69301#discussion_r3608405711
##########
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:
Good call. I resolved the conflict as well, thanks for the review.
--
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]