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

Add support for Classic load balancer (ELB) for the API load balancer #2413

Merged
merged 11 commits into from
Jan 7, 2022

Conversation

RobertLucian
Copy link
Member

@RobertLucian RobertLucian commented Jan 6, 2022

Fixes #2412 by adding support for ELB load balancers. ELB load balancers come with an IdleTimeout option that kills an upstream connection if there hasn't been any data transfer between the 2 parties within the allotted timeframe.


checklist:

  • run make test and make lint
  • test manually (i.e. build/push all images, restart operator, and re-deploy APIs)
  • update examples
  • update docs and add any new files to summary.md (view in gitbook after merging)

@RobertLucian RobertLucian added bug Something isn't working enhancement New feature or request docs Improvements or additions to documentation labels Jan 6, 2022
@RobertLucian RobertLucian requested a review from deliahu January 6, 2022 17:53
@RobertLucian RobertLucian merged commit b8dd267 into master Jan 7, 2022
@RobertLucian RobertLucian deleted the fix/hanging-upstream-requests branch January 7, 2022 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requests permanently hanging on api's side (upstream server) on client network failure (from downstream)
2 participants