I have a Meteor API with with a job collection and I want to create a Meteor app to deploy on multiple servers to work as distributed workers. Will minimongo be present on these servers as well? (as my server side app is not using the browser)
Question is basically, will the distributed workers have access to its own mongo instance even if DDP connection is down?