You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:-
I20180903-17:58:38.239(5.5)? Cluster: connecting to 'mongodb' discovery backend
I20180903-17:58:38.240(5.5)? Cluster: with options: undefined
I have tried with both approaches i.e
JavaScript API
Environment Variables based API
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: