https://prefect.io logo
Title
h

Hien Dang

03/08/2021, 2:55 PM
Hi, I am using prefect docker agent and facing the timeout problem of docker.py:
UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
. I would like to increase the timeout to 120s but could not find an option where I can pass such parameters to prefect docker agent. Currently the implementation of docker agent simply uses the default timeout of 60s for
docker.APIClient
. I think it makes sense to give users the ability to configure such parameters
d

Dylan

03/08/2021, 3:43 PM
Hi @Hien Dang! Makes sense to me! Would you please open an issue on the Prefect repo describing the issue you’re having and your suggested improvement?
h

Hien Dang

03/08/2021, 5:01 PM
Hi @Dylan I created a new issue here: https://github.com/PrefectHQ/prefect/issues/4220
d

Dylan

03/08/2021, 5:02 PM
Thank you Hien!