cash payments add transactions
This commit is contained in:
@@ -92,5 +92,5 @@
|
||||
:stop (scheduler/stop import-worker))
|
||||
|
||||
(mount/defstate account-worker
|
||||
:start (scheduler/every (* 1000 60 60 24) upsert-accounts)
|
||||
:start (scheduler/every (* 1000 60 30) upsert-accounts)
|
||||
:stop (scheduler/stop account-worker))
|
||||
|
||||
Reference in New Issue
Block a user