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'm trying to scale my meteor app by using pm2 cluster, grpc and redis-oplog however once it on a cluster it stops working, enabling debug it won't show "[RedisSubscriptionManager] Received event: "i" to "consumers"" anymore..
So basically the setup is pm2 will run multiple instance of meteor into different clusters and grpc will be used as loadbalancer to distribute requests particularly mongodb operations. However redis-oplog can't capture those events when insert/update event happens on other cluster
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to scale my meteor app by using pm2 cluster, grpc and redis-oplog however once it on a cluster it stops working, enabling debug it won't show "[RedisSubscriptionManager] Received event: "i" to "consumers"" anymore..
So basically the setup is pm2 will run multiple instance of meteor into different clusters and grpc will be used as loadbalancer to distribute requests particularly mongodb operations. However redis-oplog can't capture those events when insert/update event happens on other cluster
The text was updated successfully, but these errors were encountered: