Hien Dang
03/08/2021, 2:55 PMUnixHTTPConnectionPool(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 parametersDylan
03/08/2021, 3:43 PMHien Dang
03/08/2021, 5:01 PMDylan
03/08/2021, 5:02 PM