Open techloverparveen opened 6 years ago
@arunoda Hello sir, this module not working.
@rashmimhatre100 This module is no longer maintained for a very long time. You may try some other way to host your cluster. This may help: https://forums.meteor.com/t/meteor-cluster-load-balancing-today/43134
Thank you so much for reply.
You are welcome. I'll unwatch it now.
I have installed Cluster module and follow the instructions to install it and use it. But unfortunately, it is not working it will stop after logs two lines:-
I have tried with both approaches i.e
Getting the same output from both. Didn't understand what's wrong going here. Below is my cluster.js file:-
Cluster.connect("mongodb://localhost:3001/meteor", connectOptions);
Cluster.register("web")
Please help me to reslove it. Thanks