Skip to content
Snippets Groups Projects
Commit ca89f5cd authored by Allen Gilliland's avatar Allen Gilliland
Browse files

we need to start the events system BEFORE we try to publish our install event ;)

parent b9c47c4f
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,9 @@
(log/info "Metabase Initializing ... ")
(log/debug "Using Config:\n" (with-out-str (clojure.pprint/pprint config/config-all)))
;; Bootstrap the event system
(events/initialize-events!)
;; startup database. validates connection & runs any necessary migrations
(db/setup-db :auto-migrate (config/config-bool :mb-db-automigrate))
......@@ -105,9 +108,6 @@
;; Now start the task runner
(task/start-task-runner!)
;; Bootstrap the activity feed system
(events/initialize-events!)
(log/info "Metabase Initialization COMPLETE")
true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment