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

Christopher Kunz\'s Blog: Strict session handling in PHP

C7Y Community Site: Handling Images with PHP

PHPit.net: How to handle those pesky errors in PHP

Lorna Mitchell's Blog: PHP REST Server (Part 2 of 3)

AnyExample.com: 5 useful PHP functions for MySQL data fetching


Community Events











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


language introduction testing tool functional release phpunit community example interview application series podcast unittest conference code framework development opinion zendframework2

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