Meteor supports oplog tailing on a MongoDB replica set for more efficient updates.
MongoDB Atlas has a free/shared tier that provides a replica set, with some limitations: specifically, that the oplog can only be queried by string namespaces. This article describes setting up Meteor on Atlas, but doesn't mention whether this works on the shared tiers or only on the dedicated tiers with full oplog support.
What oplog queries does Meteor need to work properly? Does MongoDB Atlas support Meteor's oplog tailing on its free/shared tiers?