- when a user login fire event to check status on reacuring tasks. Probably the simplest way.
Mar 14, 2017
2
Level 2
Best way to implement recurring tasks
Hi, Users in my app (5.4) are able to mark task statuses as done. I would like these to be daily recurring tasks, which means their status should revert to open every day. Here are the ways I've thought of doing this, but I'm wondering what the best way is: A) Cron job, which resets the status every 24 hours, although different users in different timezones would make this complex B) Some sort of javascript timer, but this doesn't sound right
What should I be researching here? Thanks!
Please or to participate in this conversation.