lots of QOL improvements.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
[auto-ap.handler :refer [app]]
|
||||
[auto-ap.ledger :refer [process-all keep-up-to-date]]
|
||||
[auto-ap.yodlee.core :refer [load-in-memory-cache]]
|
||||
[auto-ap.background.invoices :refer [close-auto-invoices]]
|
||||
[nrepl.server :refer [start-server stop-server]]
|
||||
[config.core :refer [env]]
|
||||
[ring.adapter.jetty :refer [run-jetty]])
|
||||
@@ -18,5 +19,6 @@
|
||||
(future (process-all))
|
||||
(future (load-in-memory-cache))
|
||||
(future (keep-up-to-date))
|
||||
(future (close-auto-invoices))
|
||||
#_(future (always-process-sqs))
|
||||
(run-jetty app {:port port :join? false})))
|
||||
|
||||
Reference in New Issue
Block a user