meteorhacks / cluster

Clustering solution for Meteor with load balancing and service discovery
https://meteorhacks.com/cluster-a-different-kind-of-load-balancer-for-meteor.html
MIT License
632 stars 80 forks source link

Module not working anymore #138

Open techloverparveen opened 6 years ago

techloverparveen commented 6 years ago

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

rashmimhatre100 commented 5 years ago

@arunoda Hello sir, this module not working.

FrostyLeaf commented 5 years ago

@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

rashmimhatre100 commented 5 years ago

Thank you so much for reply.

FrostyLeaf commented 5 years ago

You are welcome. I'll unwatch it now.