Arunodoy18 opened a new pull request, #60557: URL: https://github.com/apache/airflow/pull/60557
This PR fixes an issue where KubernetesExecutor worker pods attempt to connect directly to the metadata database during startup. In Airflow 3.x, worker pods are expected to communicate via the API server and should not require direct metadata DB access. This change adds a minimal conditional guard to skip the metadata DB availability check when running inside a KubernetesExecutor worker pod. - Single-file change - No behavior change for scheduler, webserver, or other executors - No configuration changes Closes #60271 -- 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]
