Cron jobs going crazy since migrating from mlab to mongodb?

Anyone else have this issue?

Suddenly old cron jobs are being sent that shouldn’t be… it’s weird because system worked fine before we migrated.

Am I missing a query param option required by a newer mongo version or soemthing?

mongodb+srv://<user>:<pass>@production.123.mongodb.net/production?retryWrites=false&w=majority

I’m observing a higher replica lag between the primary and replica mongodb server in altas compare to mlab. this might cause some unexpected behaviour if you choose to update/create a object and try to read them right away.