update clear cache
All checks were successful
Deploy to Production / deploy (push) Successful in 20s
All checks were successful
Deploy to Production / deploy (push) Successful in 20s
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"name": "sena-api",
|
||||
"script": "./server.js",
|
||||
"instances": 2,
|
||||
"instances": 1,
|
||||
"exec_mode": "cluster",
|
||||
"env": {
|
||||
"NODE_ENV": "production",
|
||||
@@ -68,7 +68,7 @@
|
||||
{
|
||||
"name": "worker-process-data",
|
||||
"script": "./workers/processDataWorker.js",
|
||||
"instances": 2,
|
||||
"instances": 1,
|
||||
"exec_mode": "fork",
|
||||
"env": {
|
||||
"NODE_ENV": "production"
|
||||
|
||||
Reference in New Issue
Block a user