pm2/examples/wait-ready/ecosystem.json

12 lines
191 B
JSON

{
"apps": [{
"name": "app",
"script": "app.js",
"instances": 2,
"exec_mode": "cluster",
"wait_ready": true,
"kill_timeout" : 2000,
"listen_timeout": 1000
}]
}