Eliminates Yodlee1, because it's broken.

This commit is contained in:
2022-07-07 14:22:37 -07:00
parent 42c9c93623
commit f64df06110
9 changed files with 5 additions and 16 deletions

View File

@@ -81,6 +81,6 @@
(def import-yodlee (allow-once import-yodlee))
(mount/defstate import-worker
#_(mount/defstate import-worker
:start (scheduler/every (* 1000 60 60 8) (heartbeat import-yodlee "import-yodlee"))
:stop (scheduler/stop import-worker))