net_gearman icon indicating copy to clipboard operation
net_gearman copied to clipboard

Need to send WORK_EXCEPTION when an exception is thrown

Open brianlmoon opened this issue 11 years ago • 0 comments

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.

brianlmoon avatar Sep 09 '14 19:09 brianlmoon