I have a Node.js app running in multiple instances on google Cloud. The app has - among others - a scheduler ("node-cron": "^1.3.0") which sends a reminder mail to customers once every day. Now with multiple instances of the app, I get multiple mails - for each instance to same customer every day.
Is there a solution for this?