cash payments add transactions

This commit is contained in:
2022-02-16 08:19:25 -08:00
parent 286c300dd0
commit 85a47ee54d
2 changed files with 38 additions and 19 deletions

View File

@@ -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))