cluster-service
Version:
Turns your single process code into a fault-resilient multi-process service with built-in REST & CLI support
19 lines • 354 B
JSON
{
"defaultVersion": "v1",
"bindings": [
{
"port": 1000,
"workerCount": 2
},
{
"port": 1001,
"workerCount": 2,
"tlsOptions": {
"key": "./examples/certs/test1-key.pem",
"cert": "./examples/certs/test1-cert.pem"
}
}
],
"nonDefaultWorkerCount": 1,
"nonDefaultWorkerIdleTime": 20
}