Workiva / furious

Fast and modular async task library for Google App Engine.
Apache License 2.0
37 stars 39 forks source link

Trigger error handler on DeadlineExceededError #175

Closed markshaule-wf closed 8 years ago

markshaule-wf commented 8 years ago

R: @beaulyddon-wf @macleodbroad-wf @erikpetersen-wf O: @jasonaguilon-wf @rosshendrickson-wf @tylertreat-wf

We will now trigger the failure handler from any exception that inherits from BaseException (such as google.appengine.runtime.DeadlineExceededError) instead of Exception.

macleodbroad-wf commented 8 years ago

+1

erikpetersen-wf commented 8 years ago

+1

beaulyddon-wf commented 8 years ago

+1