update clear cache
All checks were successful
Deploy to Production / deploy (push) Successful in 20s

This commit is contained in:
silverpro89
2026-01-28 19:54:59 +07:00
parent fa5c293a7e
commit b34bd7a4e3
5 changed files with 21 additions and 81 deletions

View File

@@ -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"