automated imports.

This commit is contained in:
BC
2018-06-14 23:16:10 -07:00
parent a17b6b9688
commit 80112d08a7
19 changed files with 458 additions and 71 deletions

View File

@@ -7,5 +7,5 @@
(defn -main [& args]
(let [port (Integer/parseInt (or (env :port) "3000"))]
(future (always-process-sqs))
#_(future (always-process-sqs))
(run-jetty app {:port port :join? false})))