gaurangomar
gaurangomar
Thanks @ngjaying I am not able to find the documentation for `triggerred=true`, could you please help me with the documentation link?
I am not passing this `"triggered": true,` property when creating the rule but, when I checked the already created rules using describe command line, I can see this property is...
I am using the REST API, for creating and updating rules. ```bash curl --location 'http://kuiper-host:59720/rules' \ --header 'Content-Type: application/json' \ --data '{ "id": "RULE_CTR65AAA23ZG_7MX8KA5NKEE4", "sql": "------SQL-----", "actions": [ { "mqtt":...
Hi @ngjaying, The updation of the rules is part of our workflow, we update the rules as per the user's input. We have a workflow where as per the users...
Our containers have a limit of ~800MB, we were expecting the memory to be under that limit. pprof overview: Here is the file attached: [curl_pprof_output_31_oct.zip](https://github.com/user-attachments/files/23252295/curl_pprof_output_31_oct.zip)
@ngjaying We have increased the container limit to 1.6 GB, for the same number for rules and streams, still the memory is increasing, Currently it's consuming 1.55 GB. Can you...