mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Clarify debug rate limit method
This commit is contained in:
parent
d840d0b67d
commit
4dc60d2477
@ -77,8 +77,9 @@
|
|||||||
<!-- Next, some simple help text is provided for the node. -->
|
<!-- Next, some simple help text is provided for the node. -->
|
||||||
<script type="text/x-red" data-help-name="delay">
|
<script type="text/x-red" data-help-name="delay">
|
||||||
<p>Introduces a delay into a flow or rate limits messages.</p>
|
<p>Introduces a delay into a flow or rate limits messages.</p>
|
||||||
<p>Default delay is 5 seconds and rate limit of 1 msg/second, but both can be configured.</p>
|
<p>The default delay is 5 seconds and rate limit of 1 msg/second, but both can be configured.</p>
|
||||||
<p>If you select a rate limit you may optionally discard any intermediate messages that arrive.</p>
|
<p>When set to rate limit messages, they are spread across the configured time period. It can
|
||||||
|
also be set to discard any intermediate messages that arrive.</p>
|
||||||
<p>The "topic based fair queue" adds messages to a release queue tagged by their <b>msg.topic</b> property.
|
<p>The "topic based fair queue" adds messages to a release queue tagged by their <b>msg.topic</b> property.
|
||||||
At each "tick", derived from the rate, the next "topic" is released.
|
At each "tick", derived from the rate, the next "topic" is released.
|
||||||
Any messages arriving on the same topic before release replace those in that position in the queue.
|
Any messages arriving on the same topic before release replace those in that position in the queue.
|
||||||
|
Loading…
Reference in New Issue
Block a user