Hi!
We’d like to release new versions of our meteor app only after having good feedbacks from a small subset of our production users.
The idea is to have two app instances (production and testing) pointing to the same mongodb under two different subdomain.
When users marked for testing connect to the production app they would be redirected to the testing one.
Is this pattern safe? are there race conditions?
Thanks