RNHTTR commented on code in PR #45184:
URL: https://github.com/apache/airflow/pull/45184#discussion_r1914942880
##########
providers/src/airflow/providers/cncf/kubernetes/kube_config.py:
##########
@@ -76,10 +76,6 @@ def __init__(self):
# interact with cluster components.
self.executor_namespace = conf.get(self.kubernetes_section,
"namespace")
- self.worker_pods_queued_check_interval = conf.getint(
Review Comment:
You might need to deprecate this config in the documentation. I'm not sure
if it will handle this automatically
--
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]