Merge pull request #4829 from node-red/Let-Batch-node-honour-parts-to-close-early

Let batch node terminate "early" if msg.parts set to end of sequence
This commit is contained in:
Nick O'Leary
2024-07-18 16:34:46 +01:00
committed by GitHub
4 changed files with 37 additions and 6 deletions

View File

@@ -1114,6 +1114,7 @@
"too-many": "too many pending messages in batch node",
"unexpected": "unexpected mode",
"no-parts": "no parts property in message",
"honourParts": "Allow msg.parts to also complete batch operation.",
"error": {
"invalid-count": "Invalid count",
"invalid-overlap": "Invalid overlap",