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
In the last rewrite, it is possible to run multiple maried instances on one media collection in Mongo. The downside is that the instances do not get notified when the others add/remove/update media/users.
We could run a separate "collection server" or "notification server", but that adds one extra point of failure.
Is there a way to add reliable notifications in Mongo?
The text was updated successfully, but these errors were encountered:
In the last rewrite, it is possible to run multiple
maried
instances on one media collection in Mongo. The downside is that the instances do not get notified when the others add/remove/update media/users.We could run a separate "collection server" or "notification server", but that adds one extra point of failure.
Is there a way to add reliable notifications in Mongo?
The text was updated successfully, but these errors were encountered: