1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Architecture: Cluster Multi Process (markdown)

TJKoury 2016-11-11 11:29:09 -05:00
parent 4fd84caabb
commit c7e9b32d88

@ -42,8 +42,8 @@ This Node-Red fork uses the native Node-Red cluster module for multi-processing.
|settings.js|Modified to expose the cluster module in function nodes, also provides the default setting for number of Workers.| |settings.js|Modified to expose the cluster module in function nodes, also provides the default setting for number of Workers.|
##Issues ##Issues
- [ ] Need to write tests for cluster features - [x] Need to write tests for cluster features
- [ ] Need to write tests for storage features - [x] Need to write tests for storage features
##General Notes ##General Notes