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

DO NOT MERGE TO-5870 Added server keepAlive timeout #18

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

davidoram
Copy link

@davidoram davidoram commented Feb 12, 2023

DO NOT MERGE

The purpose of this change, is setting the timeout value that is used when the edge-splitter is waiting for incoming data before it decides that no more data is coming and terminates the connection with a 504.

This is so that the load balancer will receive a 504 from the edge-splitter if it does timeout, rather than a generic 502. This will help us figure out if there is some delay in sending data through to the edge-splitter.

Changed the server keepAlive timeout value from the default value of 5s, to a configurable value - TO-5870

We have marked this as do not merge because this branch is only suitable for a POC in edge, because we have been unable to get the tests passing, either locally or in travis. We even tried to reproduce the exact conditions when the tests last passed in Nov 16th 2016, but to no avail :-(

@davidoram davidoram changed the title TO-5870 Added server keepAlive timeout DO NOT MERGE TO-5870 Added server keepAlive timeout Feb 22, 2023
@davidoram davidoram marked this pull request as draft February 22, 2023 03:08
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.

None yet

1 participant