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

WebSockets: sticky sessions for UI server #2184

Closed
lorenzo-cavazzi opened this issue Dec 5, 2022 · 1 comment
Closed

WebSockets: sticky sessions for UI server #2184

lorenzo-cavazzi opened this issue Dec 5, 2022 · 1 comment

Comments

@lorenzo-cavazzi
Copy link
Member

Motivation

We have a mechanism to handle multiple user's WebSocket channels to prevent running the heartbeat functions more times than strictly required, but multiple tabs can actually connect to different instances of the UI server.

Proposal

We should have sticky sessions for the UI server. Renku-python/core already implemented this mechanism, we should sync with them and use a similar solution (if possible).

@lorenzo-cavazzi
Copy link
Member Author

The UI server won't receive further improvements.

@lorenzo-cavazzi lorenzo-cavazzi closed this as not planned Won't fix, can't repro, duplicate, stale Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Todo 📌
Development

No branches or pull requests

1 participant