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

Explore setting connection to keep-alive for communication with orchestrator #352

Open
jpswinski opened this issue Oct 27, 2023 · 0 comments

Comments

@jpswinski
Copy link
Member

Currently, every registration (and now metric push) initiates a new TCP/IP connection to the orchestrator. I wonder if it would be more efficient if each node set the keep-alive setting on the http connection and reused their socket connection for each interaction with the orchestrator. It is possible this will have no effect or cause other issues, but it is at least worth exploring.

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

No branches or pull requests

1 participant