News Feed
Jobs Feed
Sections




News Archive
Vance Lucas:
Handling Exceptions in Gearman Tasks (Even Background Ones)
August 03, 2012 @ 08:28:25

Vance Lucas has a quick new post to his site showing you how to handle exceptions in Gearman tasks so that they can be logged correctly as a failure.

I recently had some issues with Gearman tasks throwing exceptions and killing the whole Gearman daemon. This made it nearly impossible to trace errors back to their origin, because the logged exception stack trace didn't provide much useful information, because it just logged where it failed in Gearman. [...] The only other place to add code that will catch exceptions for all jobs run is in the GearmanWorker::addFunction method.

To solve the issue, he ends up passing in a closure that takes in the $task and wraps its execution in a try/catch to handle the exception correctly. This is then thrown to a custom exception handler and logged for future diagnosis.

0 comments voice your opinion now!
gearman exception handling try catch closure


blog comments powered by Disqus

Similar Posts

Dallas PHP User\'s Group: PHP5 Exception Handling (presentation)

Till Klampaeckel's Blog: Tracking PHP errors

NetTuts.com: The Ins and Outs of PHP Exceptions

DevShed: Error Handling in PHP - Introducing Exceptions in PHP 5

PHPit.net: Handling dates and times in PHP & MySQL


Community Events









Don't see your event here?
Let us know!


introduction unittest code community development example framework release podcast zendframework2 tool composer interview database object language event api testing opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework