Skip to content
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

Increase the webdav receive_timeout to 120 seconds #3010

Merged

Conversation

jpalermo
Copy link
Member

@jpalermo jpalermo commented Oct 5, 2022

  • A short explanation of the proposed change:
    We were hitting the 60 second default timeout when uploading a large app. This timeout is used after the PUT to the blobstore when the httpclient is trying to read the headers for the response. Since the blobstore is busy processing the large upload, it was taking longer than 60 seconds to start the response.

Currently not configurable but should be easy to thread it through the config if that becomes needed later.

We were hitting the 60 second default timeout when uploading a large app. This timeout is used after the PUT to the
blobstore when the httpclient is trying to read the headers for the response. Since the blobstore is busy
processing the large upload, it was taking longer than 60 seconds to start the response.

Currently not configurable but should be easy to thread it through the config if that becomes needed later.

Signed-off-by: Joseph Palermo <[email protected]>
@MerricdeLauney MerricdeLauney merged commit ae97601 into cloudfoundry:main Oct 5, 2022
will-gant pushed a commit to sap-contributions/cloud_controller_ng that referenced this pull request Oct 20, 2022
We were hitting the 60 second default timeout when uploading a large app. This timeout is used after the PUT to the
blobstore when the httpclient is trying to read the headers for the response. Since the blobstore is busy
processing the large upload, it was taking longer than 60 seconds to start the response.

Currently not configurable but should be easy to thread it through the config if that becomes needed later.

Signed-off-by: Joseph Palermo <[email protected]>

Signed-off-by: Joseph Palermo <[email protected]>
Co-authored-by: Merric de Launey <[email protected]>
will-gant pushed a commit to sap-contributions/cloud_controller_ng that referenced this pull request Dec 16, 2022
We were hitting the 60 second default timeout when uploading a large app. This timeout is used after the PUT to the
blobstore when the httpclient is trying to read the headers for the response. Since the blobstore is busy
processing the large upload, it was taking longer than 60 seconds to start the response.

Currently not configurable but should be easy to thread it through the config if that becomes needed later.

Signed-off-by: Joseph Palermo <[email protected]>

Signed-off-by: Joseph Palermo <[email protected]>
Co-authored-by: Merric de Launey <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants