michaelfresco commented on issue #13675: URL: https://github.com/apache/airflow/issues/13675#issuecomment-780218936
Hi @sstoefe, thanks for reporting this bug. I can confirm that with `enable_logging=False` the dag doesn't get stuck, and indeed finishes. (logging is nice though!) In previous version (e.g. Airflow 1.10.8) the Docker Swarm operator doesn't have this behaviour. (btw. if you compare the [current](https://github.com/apache/airflow/blob/25d68a7a9e0b4481486552ece9e77bcaabfa4de2/airflow/providers/docker/operators/docker_swarm.py) version with the way it [used to be](https://github.com/apache/airflow/blob/3e2a02751cf890b780bc26b40c7cee7f1f4e0bd9/airflow/contrib/operators/docker_swarm_operator.py), you can see a lot of changes wrt. to the way logging is handled.) ---------------------------------------------------------------- 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]
