turning everything on.

This commit is contained in:
Bryce Covert
2021-12-23 07:31:08 -08:00
parent 67cd9c909b
commit cb1bac4e07
4 changed files with 12 additions and 12 deletions

View File

@@ -186,7 +186,7 @@
:error
(not= "POSTED" (:transaction/status transaction))
:not-posted
:not-ready
(and (:bank-account/start-date bank-account)
(not (t/after? (coerce/to-date-time (:transaction/date transaction))

View File

@@ -66,5 +66,5 @@
(mount/defstate import-worker
:start (scheduler/every (* 1000 60 60 4) import-yodlee)
:start (scheduler/every (* 1000 60 60 8) import-yodlee)
:stop (scheduler/stop import-worker))