when I (autotest :filter :one ) change to (autotest :filter :two ) the repl start Dead loop
(defn autotest
[& args]
(scheduling/stop :autotest) ;;First, stop previous scheduling. This is very important to me.
(letfn [(start-periodic-check []
(scheduling/schedule :autotest
(project-state/mkfn:react-to-changes (autotest-options))
(:interval (autotest-options))))]
when I (autotest :filter :one ) change to (autotest :filter :two ) the repl start Dead loop