Sunday 28 October 2018

CRON Jobs with variable timezones?

I'm building a platform which should run a cron job every morning at 8. But since I have users from different timezones, how can I implement that it doesn't run directly but checks if it needs to run.Should I make a sort of cronjob that runs every minute and check who needs to have his mails sent? The issue is I'm on heroku so that will make my app go out of idle every minute, how does one handle a situation like this?

Submitted October 29, 2018 at 12:14AM by vospit

No comments:

Post a Comment