> > On a maybe related-ish note, it would also be great if there was a way for > a Mojolicious app (or maybe Minion job) to do recurring tasks (think cron) > -- for example, purge a cache every hour on the hour or something... I > think this was talked about regarding Minion a while back. It would make > sense for Minion to handle the jobs, and of course the Mojolicious app > would need to be able to queue the job at a specific time via the Minion > plugin. I haven't been able to do it because my task always ends up > getting scheduled by all of the forked workers. >
A cron feature has been talked about for Minion. But i'm afraid we decided against it, because a) you can now just use cron to enqueue unique jobs for you, and b) given the distributed nature of Minion, implementing a cron that actually works is really really hard. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
