Makes imports more resilient
This commit is contained in:
@@ -654,7 +654,7 @@
|
||||
|
||||
(defn audit-transact [txes id]
|
||||
(try
|
||||
@(dc/transact conn (conj txes {:db/id "datomic.tx"
|
||||
@(dc/transact-async conn (conj txes {:db/id "datomic.tx"
|
||||
:audit/user (str (:user/role id) "-" (:user/name id))}))
|
||||
(catch Exception e
|
||||
(mu/log ::transaction-error
|
||||
|
||||
Reference in New Issue
Block a user