Brian Cobb
Brian Cobb
:wave: Just noting here that I was able to stop the over-aggressive highlighting by applying the following patch: ```diff diff --git a/ag.el b/ag.el index a41d7c5..bea9a7f 100644 --- a/ag.el +++ b/ag.el...
@spiffytech You should be able to do something like this: ``` ruby class MyWorker < Gearman::Worker on_work_exception do # error handling logic end end ``` It occurs to me that...
I agree with that first one, for sure. The others I don't, though I'd be curious to hear what @raskchanky thinks. Gearman is designed to propagate failures and exceptions back...