retornam commented on issue #9310: URL: https://github.com/apache/airflow/issues/9310#issuecomment-663269105
@CodingJonas you are hitting a known bug in `docker-py` where is `is_tty` is set and there isn't any streaming output for about 60 seconds, the connection is closed see https://github.com/docker/docker-py/issues/931#issuecomment-545336374, there is a fix for it in https://github.com/docker/docker-py/pull/1959 ---------------------------------------------------------------- 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]
