@5minds/node-red-contrib-processcube 1.5.10-feature-d72bde-m4lcb64h → 1.5.10-feature-b16106-m4lchkp4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.10-feature-d72bde-m4lcb64h",
3
+ "version": "1.5.10-feature-b16106-m4lchkp4",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -100,6 +100,8 @@ Object
100
100
  }
101
101
 
102
102
  The node processes the IDs in configurable batches (default value: 100) and inserts successfully deleted or failed instances into the arrays accordingly.
103
+ As processing is currently forced to batch, a detailed error output is not possible.
104
+ If an error occurs during the processing of a batch, all Id's of this batch are marked as faulty.
103
105
 
104
106
  ### References
105
107