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

[relay] better distribution of relay connections between workers #131

Open
muhamadazmy opened this issue May 8, 2023 · 0 comments
Open
Milestone

Comments

@muhamadazmy
Copy link
Member

muhamadazmy commented May 8, 2023

Right now workers get assigned workloads completely random (they ask for new connection based on scheduled POPing of waiting messages) this cause the connection to be distributed in a non fair way

Some workers may end up with way more connections than others.

Suggested solutions is that wokers should be part of a ring where connections are fed to them in a round-robin manner

@xmonader xmonader added this to the 1.1.0 milestone Aug 8, 2023
@muhamadazmy muhamadazmy modified the milestones: 1.1.0, 1.2.0 Oct 30, 2023
@ashraffouda ashraffouda modified the milestones: 1.2.0, 1.5.0 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants