potiuk commented on issue #63043: URL: https://github.com/apache/airflow/issues/63043#issuecomment-4017191050
> [@potiuk](https://github.com/potiuk) — looking into the root cause. > > Quick Update: > > Opened [#63050](https://github.com/apache/airflow/pull/63050) with a fix. The root cause is that `celery_executor_utils.py` was never imported at module level in `celery_executor.py`, so `execute_command` was never registered with the Celery app when the worker started. A single import at module level fixes it. Nope. Seems the PR still fails. -- 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]
