From 43408a724c24da524f3faff2ba128e3e26e08619 Mon Sep 17 00:00:00 2001 From: Hiroyasu Nishiyama Date: Sun, 11 Feb 2018 02:06:28 +0900 Subject: [PATCH 1/2] fix unmatched tag in info text of BATCH node --- nodes/core/logic/19-batch.html | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/core/logic/19-batch.html b/nodes/core/logic/19-batch.html index 6d522d5ec..d3b13a8cd 100644 --- a/nodes/core/logic/19-batch.html +++ b/nodes/core/logic/19-batch.html @@ -85,7 +85,6 @@ must have a msg.topic property and a msg.parts property identifying its sequence. The node is configured with a list of topic values to identify the order sequences are concatenated. -

Storing messages

From 3b7bf04e22c195906c73a84485fcf4f7f9851c76 Mon Sep 17 00:00:00 2001 From: Hiroyasu Nishiyama Date: Sun, 11 Feb 2018 02:07:51 +0900 Subject: [PATCH 2/2] fix typo in info text of DELAY node --- nodes/core/core/89-delay.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/core/89-delay.html b/nodes/core/core/89-delay.html index b5b8a0c09..9b8c5cad6 100644 --- a/nodes/core/core/89-delay.html +++ b/nodes/core/core/89-delay.html @@ -108,7 +108,7 @@ outstanding messages held by the node are cleared without being sent.

Details

-

When configured to delay messages, the delay interval can be a fixed value +

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.

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.