small tweaks to prep for staging environment.

This commit is contained in:
Bryce Covert
2021-12-24 08:19:11 -08:00
parent dfc88602a0
commit e7ae9e5df0
7 changed files with 19 additions and 10 deletions

View File

@@ -67,7 +67,6 @@
(def import-yodlee (allow-once import-yodlee))
(mount/defstate import-worker
:start (scheduler/every (* 1000 60 60 8) import-yodlee)
:stop (scheduler/stop import-worker))