test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user