paraemu
Version:
An working enviroment that provides a simplified interface for developers who want to fully parallelize node execution
47 lines (46 loc) • 1.28 kB
JSON
{
"processes" : [
{
"tag": "proc1",
"root": "./content/sub1",
"script": "./worker1.js",
"args": [ 1, 2, "string", false ]
},
{
"script": "./content/sub2/worker2.js"
},
{
"root": "./content/sub3",
"script": "./worker3.js",
"env": [ "--experimental-worker", "--inspect-brk" ]
},
{
"tag": "proc4",
"disabled": true,
"root": "./content/sub3",
"script": "./worker3.js",
"env": [ "--experimental-worker", "--inspect-brk" ]
},
{
"tag": "proc5",
"disabled": true,
"root": "./content/sub3",
"script": "./worker3.js",
"env": [ "--experimental-worker", "--inspect-brk" ]
},
{
"tag": "proc6",
"disabled": true,
"root": "./content/sub3",
"script": "./worker3.js",
"env": [ "--experimental-worker", "--inspect-brk" ]
},
{
"tag": "proc7",
"disabled": true,
"root": "./content/sub3",
"script": "./worker3.js",
"env": [ "--experimental-worker", "--inspect-brk" ]
}
]
}