NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Nope (Score:2)
TheSchwartz isn't dead, it's just so stable. We use heavily on our production sites such as typepad.com every day. We own the maintenance bit on that module so we can ship if there are critical bugs etc. which we haven't heard any yet.
Gearman could be made reliable if you use Brian's C Gearman server, while you can still use the Gearman perl binding http://gearman.org/ [gearman.org]
Reply to This
Re: (Score:1)
TheSchwartz: CPAN Testers PASS (2) FAIL (136)
Patch was available in 2008: https://rt.cpan.org/Public/Bug/Display.html?id=38570 [cpan.org]
Re: (Score:2)
Yes, that's a shame and I will try to upload the new version soon.
But as you can see from the patches, that's not a code fix, just a bad test. Not something considered as dead / unused.
Re: (Score:2)
It was fixed on the SVN repo more than an year ago but no CPAN release has been made, which was now done a few minutes ago.
Re: (Score:1)
C Gearman server does not retry jobs if a worker returns failure.
But it looks like we can trick it to retry by dropping connection from worker.
Re: (Score:2)
> C Gearman server does not retry jobs if a worker returns failure.
Because returning a failure is not an error :)