Commit 9196f713 authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

pm2 script

parent 9a1d011b
{
"apps" : [{
"name" : "bs.storage.write",
"script" : "./serv-storage.js",
"args" : "--process-write"
},
{
"name" : "bs.storage.read",
"script" : "./serv-storage.js",
"args" : "--process-read",
"exec_mode" : "cluster"
},
{
"name" : "bs.worker.ins0",
"script" : "./work-jobworker.js"
},
{
"name" : "bs.trigger.scheduler",
"script" : "./serv-scheduler.js"
},
{
"name" : "bs.trigger.httplistener",
"script" : "./serv-httplistener.js"
},
{
"name" : "bs.api.service",
"script" : "./serv-api.js"
}]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment