alannesta commented on issue #8212: URL: https://github.com/apache/airflow/issues/8212#issuecomment-796816209
We are using celery worker for airflow(v1.10.12) and s3 logging is broken. it seems to be celery's gevent patching that has caused the issue: https://github.com/celery/celery/blob/6eb5b718843d69e31bb2c90e3efa2e2aa39f5f94/celery/__init__.py#L114 The import of celery executor from airflow views.py: https://github.com/apache/airflow/blob/1.10.14/airflow/www_rbac/views.py#L975 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
