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

Add `overseer.api/fault` #52

Closed elliot42 closed 8 years ago

elliot42 commented 8 years ago

This commit adds a barebones additional control flow construct to instruct overseer that a transient fault has occurred and it should release control of the current job to :unstarted status so that it can be retried later.

elliot42 commented 8 years ago

Putting this in for now. Happy to revise it if we're not on the same page.