Closed elliot42 closed 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.
status-txn
:job/failure
failure
:+1:
Prior to this commit, the
status-txn
was setting:job/failure
in Datomic, even iffailure
was missing/nil. This commit fixes the behavior so that calls without failures will not put junk into Datomic.