mmoreram / GearmanBundle

GearmanBundle for Symfony2
MIT License
236 stars 104 forks source link

Added GearmanTask to GearmanClientCallbackExceptionEvent. #115

Closed orolyn closed 10 years ago

orolyn commented 10 years ago

The ::setExceptionCallback provides the GearmanTask to the function. This was tested with PECL Gearman 1.1.2

Successfully tested with the event: gearman.client.callback.exception

http://www.php.net/manual/en/gearmanclient.setexceptioncallback.php It doesn't mention that the task is provided at current time, however I have tested that it is.

https://github.com/mmoreram/GearmanBundle/issues/59

mmoreram commented 10 years ago

+1 Excellent :)

orolyn commented 10 years ago

np :)