GitHub user KukumavMozolo added a comment to the discussion: Airflow tasks 
fails with Response ended prematurely when the job remains silent for more then 
15 minutes

Thanks a bunch!! I am launching the docker images through a docker proxy that 
will be talked to via TCP. Turns out this proxy has its own TCP keepalive 
settings that I had to override. So, if anybody else faces the same issue and 
is using  tecnativa/docker-socket-proxy.
You have to adjust the following settings in haproxy.cfg inside the 
docker-socket-proxy: 
```
    timeout client 3600s
    timeout server 3600s
```

GitHub link: 
https://github.com/apache/airflow/discussions/58614#discussioncomment-15083292

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to