I thought there was a way to limit the number of iterations so infinite loops didn't run infinitely. But I can't remember what it was or find it in the docs. Do I just have wires crossed with some other library?
https://github.com/cerner/clara-rules/issues/275 Will added that as part of the 0.21.0 release, with PR: https://github.com/cerner/clara-rules/pull/458
I don’t know that doc was ever put in place… Though at a glance, usage would likely be via “with-loop-detection”: https://github.com/cerner/clara-rules/blob/e86dcd4f0224d966c1bd82043e79cf59c96136bf/src/main/clojure/clara/tools/loop_detector.cljc#L78