On Wed, Jul 9, 2014 at 8:43 PM, sri <[email protected]> wrote: > 2. Full asynchronous API for Minon::Backend (fail_job, finish_job, >> job_info, list_jobs, remove_job, retry_job); >> > > Not necessary, Mojolicious applications only call ->enqueue, everything > else happens in the Minion worker process. >
These functions (at least job_info and list_jobs) can be useful for writing administrative web interface to the queue. Of course, for this you can use the synchronous version, but it is not always convenient to do so. -- Andrey Khozov -- 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.
