Pulling out other imports

This commit is contained in:
2022-09-23 11:46:44 -07:00
parent 567c5538d3
commit e201a8b03e
7 changed files with 98 additions and 54 deletions

View File

@@ -88,11 +88,3 @@
(def import-yodlee2 (allow-once import-yodlee2-int))
(mount/defstate import-worker
:start (scheduler/every (* 1000 60 60 4) (heartbeat import-yodlee2 "import-yodlee"))
:stop (scheduler/stop import-worker))
(mount/defstate account-worker
:start (scheduler/every (* 5 60 1000) (heartbeat client2/upsert-accounts "upsert-yodlee2-accounts"))
:stop (scheduler/stop account-worker))