This commit is contained in:
2022-09-16 13:02:33 -07:00
parent aab0f45fb7
commit f6758a850d
7 changed files with 112 additions and 19 deletions

View File

@@ -91,6 +91,14 @@
(cond (= job "square-import-job")
(job-square/-main)
(= job "hello-world")
(do
(log/info "HELLO WORLD")
(Thread/sleep 10000)
(log/info "GOODBYE WORLD")
(Thread/sleep 10000)
(System/exit 0))
:else
(let [without (cond-> []
(not (env :run-web? )) (into [#'jetty