Makes integreat run on datomic cloud
This commit is contained in:
@@ -86,7 +86,6 @@
|
||||
(mount/stop))
|
||||
|
||||
(defn -main [& _]
|
||||
|
||||
(let [job (System/getenv "INTEGREAT_JOB")]
|
||||
(cond (= job "square-import-job")
|
||||
(job-square/-main)
|
||||
@@ -138,12 +137,9 @@
|
||||
(job-bulk-journal-import/-main)
|
||||
|
||||
:else
|
||||
|
||||
(do
|
||||
(add-shutdown-hook! shutdown-mount)
|
||||
(start-server :port 9000 :bind "0.0.0.0" #_#_:handler (cider-nrepl-handler))
|
||||
(mount/start)
|
||||
#_(alter-var-root #'nrepl.middleware.print/*print-fn* (constantly clojure.pprint/pprint))))))
|
||||
|
||||
(comment
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user