question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could I use one redis-oplog docker container for multi meteor app?

See original GitHub issue

I am a newbie for Redis-Oplog. Could I use one redis-oplog docker container for multi meteor app?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
evolrosscommented, Oct 23, 2019

Ah, so you have multiple instances of the same app. You’ll probably need to get into doing some custom namespacing beyond the default channel names that are used when you just use the default Meteor publication code. Otherwise the publications’ channels would end up cross-contaminating with each other on the same redis server.

So if you could somehow insert per-instance naming into the channel names - maybe using environment variables or something from the settings.json that is set per instance, they would then not stomp on each other. Otherwise they would probably each need their own redis server.

0reactions
derwaldgeistcommented, Nov 9, 2020

Oh, that’s awesomw!

Read more comments on GitHub >

github_iconTop Results From Across the Web

RFC: No oplog vs. oplog vs. redis-oplog when self-hosting
Seems like it should be easy to self-host, right? So far, I've been using Docker to set up Meteor and Mongo on this...
Read more >
Support for redis oplog · Issue #1 · zodern/mup-redis - GitHub
Currently, this plugin only supports the Meteor app running on one server. After Meteor Up 1.5, I will add support for using mup-redis...
Read more >
How to deploy a Meteor app which uses Redis? - Stack Overflow
I stumbled upon this package recently redis-oplog which seems to be a very good package. Given that I do not have any experience...
Read more >
How to deploy a Meteor app which uses Redis?-node.js
If you cannot afford to have servers for Redis you can run it on server where you have installed your mongodb instance if...
Read more >
mup - UNPKG
Mup can be configured to use a private docker registry, which allows it to deploy to multiple servers much faster. Instead of uploading...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found