Results 79 comments of Jesus Ruiz

Hi, thanks for asking the question. What version are you using? If you are using, durable_rules 2.x, it no longer implements a REST service. This gives you flexibility to decide...

Hi, I'm not sure I understand your scenario. In the case below, the post call will return the context set when the rule is triggered. Is that what you are...

Hi, thanks for posting the question. Right now, the way you can do that is by writing your own http API. It is actually quite simple depending on the language...

Hi, thanks for asking the question. MessageNotHandledException is raised when the object posted doesn't satisfy any rules. In that case, the rules engine does not keep a copy of it....

Hi Pete, thanks for asking the question. This is a good point, I haven't implemented a method to gracefully tear down the background threads. Let me work on that.

One note: when using redis to store state, non-graceful exit should not lead to data inconsistency, provided the rules actions don't side-effect outside the rules state.

Hi, would you mind providing sample code of your case so I can debug? Exceptions should not lead to infinite loops. However, when an exception is thrown, the rules engine...

Hi, thanks for asking the question. Currently the rules engine doesn't support the IN operator. We will consider adding it in the future.

Hi, thanks for asking the question. The max number of rules under a single ruleset is limited to MAX_BUCKET_LENGTH (512 right now). Increasing the MAX_BUCKET_LENGTH size means increasing the size...

Hi, thanks for posting the question. I'm not sure I understand what you are looking for. Let me try to answer: The json syntax for a timer requires looking for...