net_gearman
net_gearman copied to clipboard
Need to send WORK_EXCEPTION when an exception is thrown
The Gearman protocol allows for WORK_EXCEPTION when a jobs fails with an exception. The Worker class currently calls Job_Common::fail with no message. That function only sends WORK_FAIL.