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

Don't set :job/failure if there was no failure #43

Closed elliot42 closed 9 years ago

elliot42 commented 9 years ago

Prior to this commit, the status-txn was setting :job/failure in Datomic, even if failure was missing/nil. This commit fixes the behavior so that calls without failures will not put junk into Datomic.

andrewberls commented 9 years ago

:+1: