-
Notifications
You must be signed in to change notification settings - Fork 3
expose connect_timeout on HTTP remote #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please undo this change: This timeout means, that uploads need to finish in 60 seconds, causing major problems when using http remote to upload larger files. The timeout in our environment causes the upload to stop after 60 seconds, as until the upload is finished no response is send back to the client, causing a read-timeout. Please remove this timeout (set value to None), or make it possible, to set this through a setting on the dvc remote config, and/or through a environment variable. |
@cklukas Hi. That's not exactly how it works. I do agree that there's some issue with timeouts and we'll be working to expose timeout options to avoid this kind of problems. |
Hi!
We have a HTTP remote, when we upload dig files we get connection timeout. There is any way to expose this property already exposed on S3?
The text was updated successfully, but these errors were encountered: