Print {:run-completed true} at end of run

This commit is contained in:
Lee Spector 2023-11-12 14:43:26 -05:00
parent 6c38a87460
commit 177f3ad1eb

View File

@ -39,6 +39,7 @@
(defn cleanup (defn cleanup
[] []
#?(:clj (shutdown-agents)) #?(:clj (shutdown-agents))
(prn {:run-completed true})
nil) nil)
(defn gp-loop (defn gp-loop