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

Bug inside PPP Queue component: Available Worker Management #13

Open
vxmark opened this issue Oct 15, 2019 · 1 comment
Open

Bug inside PPP Queue component: Available Worker Management #13

vxmark opened this issue Oct 15, 2019 · 1 comment

Comments

@vxmark
Copy link
Contributor

vxmark commented Oct 15, 2019

I think it is a bug to add workers to the list of available workers for every kind of network activity a queue/broker notices from them. And I'd say this is wrong by design.

Imagine a worker which is currently idle and sending heartbeat messages periodically: The implementation will add this worker over and over again to the list of available workers. The list would grow endlessly if there wasn't expiration management which removes older duplicates continously from the list.

@KamranShahid
Copy link

some similar thing i think i found in Majordomo as well

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

2 participants