When user upload the excel file, we need to process the file, the file maybe very large, so we need to run it in background. I think the Minion can do it.
I think the Minion is a job processor, so we can start worker to process the jobs. Am I right? 在 2017年2月26日星期日 UTC+8上午7:15:10,sri写道: > > I'm not use Mojolicious Framework. I just want to use the job/worker >> feature in Minion. >> > > Minion is not supposed to be used like that, your best bet right now is to > duplicate the code in Minion::Command::minion::worker. > > > https://github.com/kraih/minion/blob/master/lib/Minion/Command/minion/worker.pm > > -- > 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.
