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

Allow disabling of the queue #139

Closed
3rd-Eden opened this issue Nov 12, 2014 · 1 comment
Closed

Allow disabling of the queue #139

3rd-Eden opened this issue Nov 12, 2014 · 1 comment

Comments

@3rd-Eden
Copy link

There are cases where the build in queue is only causing more issues than that it actually solves. #81 being on of them.

In my use case I just want randomly broadcast messages towards ports and if a servers goes up, it will automatically start receiving messages. I'm currently sending heart beat messages every 100 ms (for a master slave setup). So if a server goes down for a hour it will just cause the node process that sends packets to blow up out of memory or the receiving side of the message to blow up because of the large blob of data it needs to process.

@3rd-Eden
Copy link
Author

Ok, it seems that is also possible using the poorly documented hwm option that I just have to figure out where to add.

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