no need for ledger automation.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
[auto-ap.jobs.sysco :as job-sysco]
|
||||
[auto-ap.jobs.vendor-usages :as job-vendor-usages]
|
||||
[auto-ap.jobs.yodlee2 :as job-yodlee2]
|
||||
[auto-ap.ledger :as ledger]
|
||||
[clojure.tools.logging :as log]
|
||||
[com.unbounce.dogstatsd.core :as statsd]
|
||||
[config.core :refer [env]]
|
||||
@@ -122,8 +121,7 @@
|
||||
(let [without (cond-> []
|
||||
(not (env :run-web? )) (into [#'jetty
|
||||
#'jetty-stats])
|
||||
(not (env :run-background?)) (into [#'ledger/process-txes-worker
|
||||
#'migrate/migrate-start]))]
|
||||
(not (env :run-background?)) (into [#'migrate/migrate-start]))]
|
||||
(log/info "starting without " without)
|
||||
|
||||
(add-shutdown-hook! shutdown-mount)
|
||||
|
||||
Reference in New Issue
Block a user