We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no good way to keep track of the message queue in the cluster. I'm thinking therefore:
The text was updated successfully, but these errors were encountered:
I had a multi-threaded runner in https://github.com/ledgerloops/jerboa/blob/96776daa05112f66de177e9064ee91436061c189/src/Cluster.ts but it was quite hard to debug (e.g. one thread would refuse connections in its http server from another, leading to timeouts etc), so I stopped using it, but would be nice to still see if I can get it working properly.
Sorry, something went wrong.
No branches or pull requests
There's no good way to keep track of the message queue in the cluster.
I'm thinking therefore:
The text was updated successfully, but these errors were encountered: