Arunodoy18 commented on PR #60557:
URL: https://github.com/apache/airflow/pull/60557#issuecomment-3753240546

   Thanks for the guidance!
   
   I’ve updated the entrypoint logic to use an explicit allowlist based on the 
Airflow command
   (scheduler, dag-processor, triggerer, api-server), so the metadata DB check 
only runs
   for components that actually require direct DB access.
   
   This avoids running the DB check in KubernetesExecutor worker pods and task 
execution
   contexts, while keeping existing behavior unchanged for core services.
   
   CI is running now — happy to adjust further if needed.
   
   


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