rules icon indicating copy to clipboard operation
rules copied to clipboard

Durable Rules Engine

Results 109 rules issues
Sort by recently updated
recently updated
newest added

Hi, thanks for great module. I am trying to run in Python your ["Hello world" example](https://github.com/jruizgit/rules/blob/master/docs/py/reference.md#rules). I cannot run it more than once :(. Or I cannot run any other...

Found that to run durable rules using jsons i need to start http server that serves durable rules engine endpoints. But i don't have any idea how to get it...

I am running the 2.x Durable rules engine on Google CloudRun - 1 CPU, 1 worker, 1 thread on Python 3.10. The machine is talking to a redis for data...

I'm using your library in python quite successfully, but I have walked into a situation that is either a bug or a misuse on my part and I would like...

Is there any C or C++ examples available for durable rule implementation just like python and JS?

I am facing a memory issue with durable rules where the memory of server keeps incrementing each time a new ruleset is generated which in turn floods the memory of...

Hi, We have deployed durable rules as a stand alone server and used dynamic creation of rules, posting of events etc. We are seeing high usage of storage by the...

## Bugfix An issue is fixed which occurs while reducing sequences of expressions in beta nodes involving binary logical operators. This fixes jruizgit/rules#381. ### Description The issue is caused by...

@jruizgit Is it possible to set a default state for a rule. ie. if a condition does not matches any of the rule condition, it should return a default state...