potiuk commented on issue #60271: URL: https://github.com/apache/airflow/issues/60271#issuecomment-3752626757
> Before proposing a fix, I’d like to confirm whether this DB check is expected to run in worker pods in Airflow 3, or whether this is an unintended carryover from pre–Airflow 3 behavior. Clarifying this would help determine whether the fix belongs in Airflow core, the KubernetesExecutor implementation, or Helm chart defaults. This actually comes from our `entrypoint` @Arunodoy18 -> currently `db check` is executed for **any** command - in a loop in the standard Dockerfile - so the fix is to avoid it for the celery worker command and when "task" command is executed. -- 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]
