RRRails RebootMar 28, 2016
What is the most efficient way to run triggered tasks on server?
Suppose I have a recurring task(essentially a scheduler) that is to trigger say when some event happens or X days after some event has happened. Is using cron the most efficient way or there is some other technology I can use for it ? This X can be a...
CUNCliff and 2 more commented