Trying one final attempt

This commit is contained in:
2022-09-23 13:27:05 -07:00
parent 135d19c064
commit 7d9dfcfeb1
4 changed files with 1214 additions and 26 deletions

View File

@@ -11,8 +11,8 @@
(lc/with-context {:background-job name}
(mount/start (mount/only #{#'conn #'metrics-setup #'container-tags #'logging-context #'container-data}))
((heartbeat f name))
(mount/stop)
(log/info "Stopping " name)
(Thread/sleep 15000))
(Thread/sleep 15000)
(mount/stop))
(finally
(System/exit 0))))