-
Hi,
I'm getting started with this using ruby, coming from a drools background. I'm relatively new to ruby and durable rules.
The kind of thing i'm struggling to figure out looking at the documen…
a5rar updated
4 years ago
-
I'm trying currently to install durable rules inside AWS Lambda (Python3.7 and serverless-framework). I have put requirements as usual into requirements.txt (durable_rules==2.0.27)
But unfortunatel…
-
I'm just porting to AWS some code that plays well in my laptop.
But when executing in AWS SageMaker Linux terminal "pip install durable-rules" I get this error:
bash-4.2$ pip install durable-rul…
-
Having the
There's this mockup with and without try/except block there are the same two distinct errors in each:
- ZeroDivisionError
- TypeError
```python
with ruleset('swallow_error'):
…
-
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 done. I found an commit where you removed ab…
-
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 rules engine in our deployed doc…
prade updated
2 years ago
-
I'm attempting to install durable_rules on Azure through Kudu to run my rules script as a function, but I'm having some difficulties with the installation process. I was able to install it without iss…
-
-
Hello,
Just wanted to experiment. Maybe raspberry is not suitable for durable_rules? On pip install durable_rules I get the following:
Downloading/unpacking durable-rules
Downloading durable_…
-
Few months ago I've experimented with durable_rules (tried to remove threading dependency and convert it to async) and encountered segfaults on some actions. Tested it today with both latest pip versi…