[Catalyst-dev] Catalyst plugin

J. Shirley jshirley at gmail.com
Thu Oct 2 17:24:25 BST 2008


On Thu, Oct 2, 2008 at 8:44 AM, Octavian Rasnita <orasnita at gmail.com> wrote:
> From: "Eriam Schaffter" <eriam at eriamschaffter.info>
>>
>> That's why I finally built a job queue so Catalyst does not have to deal
>> with trapping smtp server errors, trying to resend emails and so on.
>> It just leave that stuff to the email sending job (in the background
>> running job queue) and can focus on delivering the view to the user.
>> And also, having a jobqueue is always handfull !
>
> Is it Catalyst::JobQueue::Job?
>
> If yes, are there any examples for using it for sending email?
>
> Thanks.
>
> Octavian
>
>

If you want a standalone JobQueue, TheSchwartz works and has an Email
sender worker on CPAN that coalesces based on domain.

There is also MooseX::JobQueue at
http://code2.0beta.co.uk/moose/svnweb/index.cgi/moose/browse/MooseX-JobQueue/



More information about the Catalyst-dev mailing list