Add new msg.delay option to delay node

and msg.reset to clear/fluch existing delays
This commit is contained in:
Dave Conway-Jones
2017-05-11 16:12:38 +01:00
parent c75dc3cc36
commit 49389d6f06
4 changed files with 149 additions and 41 deletions

View File

@@ -186,6 +186,7 @@
"action": "Action",
"for": "For",
"delaymsg": "Delay message",
"delayvarmsg": "Set delay with msg.delay",
"randomdelay": "Random delay",
"limitrate": "Limit rate to",
"fairqueue": "Topic based fair queue",
@@ -205,6 +206,7 @@
"dropmsg": "drop intermediate messages",
"label": {
"delay": "delay",
"variable": "variable",
"limit": "limit",
"random": "random",
"queue": "queue",