#Limit rate node

1 messages · Page 1 of 1 (latest)

still lily
#

Hi guys 🙂
I have setup a nodered loop to be checking if the action really happened x-times, and if the state is not as desired, it would try retry it.
My problem is, that I used a delay (limit) node to kill the loop if it acceded set number of loops, but the limit rate node just drop second message (second loop). Any idea why it just drop the second message, even if I set it to 100 msg/h ?
Thanks for suggestion.

#

I also use it in other cases, when I dont want something to be triggered many times in a short time, so I just put this node thinking it would limit it. I often put phone notification to the 2nd ouptup to alarm me that something is weird. But it triggers every second time the message arives into the node.