> > I have a simple web/db application built with Mojolicious. I'm building > some maintenance tools for db record culling. Normally, I would just > make these cron jobs, but I'm wondering if there is an approach that is > more Mojo? >
Think i'd use either a cron job calling an application specific command or a Minion delayed job. http://mojolicio.us/perldoc/Mojolicious/Guides/Cookbook#Adding_commands_to_Mojolicious http://mojolicio.us/perldoc/Mojolicious/Plugin/Minion#SYNOPSIS -- 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 http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
