clara

http://www.clara-rules.org/
bartuka 2019-12-12T13:29:42.085700Z

I have being caught in infinite-loops some times while using clara and I would like to know if there is any way to handle this issue?

bartuka 2019-12-12T13:30:29.086700Z

Every time it happened was due to error in logic, but would be great to have an exception for that or something

bartuka 2019-12-12T13:31:03.087200Z

it's possible to see how many times each rule was called during that session?

ethanc 2019-12-12T14:26:11.089700Z

> itโ€™s possible to see how many times each rule was called during that session? Im not sure that there is a way to see the number of executions of a rule, but i do believe that the inspect namespace: https://github.com/cerner/clara-rules/blob/master/src/main/clojure/clara/tools/inspect.cljc has some tooling around explanations of rules firing. Additionally, I believe Will has been playing around with the idea of capturing scenarios that behave like infinite loops: https://github.com/cerner/clara-rules/pull/425

๐Ÿ‘ 1
bartuka 2019-12-12T15:05:55.090400Z

@ethanc thanks for pointing the right directions o/