Lee-W commented on issue #39717: URL: https://github.com/apache/airflow/issues/39717#issuecomment-2148697763
Hello everyone, I'm currently investigating this issue, but I haven't been able to replicate it yet. Could you please try setting `AIRFLOW__CORE__EXECUTE_TASKS_NEW_PYTHON_INTERPRETER=True` [1] to see if we can generate more error logs? It seems that `_execute_in_subprocess` generates more error logs compared to `_execute_in_fork`, which might provide us with some additional clues. https://github.com/apache/airflow/blob/2d53c1089f78d8d1416f51af60e1e0354781c661/airflow/providers/celery/executors/celery_executor_utils.py#L187-L188 [1] https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#execute-tasks-new-python-interpreter -- 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]
