addressing failures.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
(ns auto-ap.server
|
||||
(:gen-class)
|
||||
(:require
|
||||
[auto-ap.background.requests :as requests]
|
||||
[auto-ap.datomic.migrate :as migrate]
|
||||
[auto-ap.handler :refer [app]]
|
||||
[auto-ap.jobs.close-auto-invoices :as job-close-auto-invoices]
|
||||
@@ -124,7 +123,6 @@
|
||||
(not (env :run-web? )) (into [#'jetty
|
||||
#'jetty-stats])
|
||||
(not (env :run-background?)) (into [#'ledger/process-txes-worker
|
||||
#'requests/request-listener
|
||||
#'migrate/migrate-start]))]
|
||||
(log/info "starting without " without)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user