From 176a0ff99b380bded02157a88706d88816e465f2 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 6 Jul 2020 10:33:26 +0100 Subject: [PATCH] add words avout indepedence of messages being delayed. --- .../nodes/locales/en-US/function/89-delay.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/function/89-delay.html b/packages/node_modules/@node-red/nodes/locales/en-US/function/89-delay.html index ca326e434..782d245e3 100644 --- a/packages/node_modules/@node-red/nodes/locales/en-US/function/89-delay.html +++ b/packages/node_modules/@node-red/nodes/locales/en-US/function/89-delay.html @@ -31,15 +31,18 @@

Details

When configured to delay messages, the delay interval can be a fixed value, - a random value within a range or dynamically set for each message.

+ a random value within a range or dynamically set for each message. + Each message is delayed independently of any other message, based on + the time of its arrival. +

When configured to rate limit messages, their delivery is spread across - the configured time period. The status shows the number of messages currently in the queue. - It can optionally discard intermediate messages as they arrive.

+ the configured time period. The status shows the number of messages currently in the queue. + It can optionally discard intermediate messages as they arrive.

The rate limiting can be applied to all messages, or group them according to - their msg.topic value. When grouping, intermerdiate messages are - automatically dropped. At each time interval, the node can either release - the most recent message for all topics, or release the most recent message - for the next topic. + their msg.topic value. When grouping, intermerdiate messages are + automatically dropped. At each time interval, the node can either release + the most recent message for all topics, or release the most recent message + for the next topic.