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

Make socket io sessions scale #625

Open
gharbat opened this issue Feb 14, 2024 · 1 comment · May be fixed by #643
Open

Make socket io sessions scale #625

gharbat opened this issue Feb 14, 2024 · 1 comment · May be fixed by #643
Assignees
Labels
🌠 Enhancement Enhance a current feature

Comments

@gharbat
Copy link
Contributor

gharbat commented Feb 14, 2024

Currently, the socket connections work fine when there is a single LLM server instance. Once we have multiple instances, the socket connections get lost because they are not sticky, and the load balancer routes requests to a server where the session ID is not defined.

@gharbat gharbat added the 🌠 Enhancement Enhance a current feature label Feb 14, 2024
@subh-cs
Copy link

subh-cs commented Feb 14, 2024

Hey, I want to work on this. Can you assign this to me?

@gharbat gharbat assigned gharbat and subh-cs and unassigned gharbat Feb 14, 2024
@subh-cs subh-cs linked a pull request Feb 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌠 Enhancement Enhance a current feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants