#node red non delaying rate limit

1 messages · Page 1 of 1 (latest)

flint atlas
#

is there a way to have a rate limit in node red that dosnt delay the first message? the docs say the standard delay/rate limit node should do that but if i set a 20 second rate limit it can take over 30 seconds for the first message to be passed through.

#

this is debug output from immediately before (the full message) and after (just the topic) a rate limit node. as you can see the red message takes 18 seconds to be passed through and the green one takes 37 seconds. i made sure to wait at least 30 seconds before doing this test to ensure there were no existing messages