some pnl improvements.
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
[unilog.context :as lc]
|
||||
[clojure.tools.logging :as log]
|
||||
[clj-time.core :as t]
|
||||
[mount.core :as mount]))
|
||||
[mount.core :as mount]
|
||||
[yang.scheduler :as scheduler]))
|
||||
|
||||
|
||||
(defn rough-match [client-id bank-account-id amount]
|
||||
@@ -208,4 +209,4 @@
|
||||
|
||||
(mount/defstate import-transaction-worker
|
||||
:start (scheduler/every (* 1000 60 60 4) do-import)
|
||||
:stop (scheduler/stop import-transactions-cleared-against))
|
||||
:stop (scheduler/stop import-transaction-worker))
|
||||
|
||||
Reference in New Issue
Block a user