-
Notifications
You must be signed in to change notification settings - Fork 27
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
connection_closed_abruptly #14
Comments
+1, lots of connection close errors |
I do not recommend this library for production uses. Had lots of problems with it. Memory leakage is huge (because of its dependency, 'amqp'). After some time profiling the memory, I ended up rewriting the whole project without rabbitmq. |
We made our own RPC implementation in the meantime: |
Lookin' good! :) |
It is in production ATM yes, but not tested on modules with more than 100 msg/sec yet |
amqp made problems even with a few msgs per second. I had 10mb per minute memory growth. |
I wrote a benchmark on the module since you asked for it, if you are interested you can launch it with Memory climbs from 37MB to 91MB and then stops to grow. The process took almost 800 sec and you can see the lasts ticks on my machine:
|
Even with the latest amqp library, I still get this.
The text was updated successfully, but these errors were encountered: