Merge pull request #3059 from node-red/delay-queue

Delay node updates to added numeric flush control for releasing things from queue
This commit is contained in:
Nick O'Leary
2021-07-13 11:37:13 +01:00
committed by GitHub
4 changed files with 174 additions and 63 deletions

View File

@@ -32,7 +32,8 @@
<dd>If the received message has this property set to any value, all
outstanding messages held by the node are cleared without being sent.</dd>
<dt class="optional">flush</dt>
<dd>If the received message has this property set to any value, all
<dd>If the received message has this property set to a numeric value then that many messages
will be released immediately. If set to any other type (e.g. boolean), then all
outstanding messages held by the node are sent immediately.</dd>
</dl>
<h3>Details</h3>