framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

Pass along job type/id in exceptions #2

Closed andrewberls closed 9 years ago

elliot42 commented 9 years ago

:+1: though as mentioned I don't think these specific exception handler should live in the worker namespace--it should just have a generic contract, and the callers construct and pass the ex handler to this namespace.

andrewberls commented 9 years ago

I think we should go over this more in person - I only agree to an extent on that one