diff --git a/railway.json b/railway.json index 5218407a1..1324922ef 100644 --- a/railway.json +++ b/railway.json @@ -15,7 +15,7 @@ "deploy": { "healthcheckPath": "/health", "healthcheckTimeout": 10, - "numReplicas": 2, + "numReplicas": 1, "restartPolicyMaxRetries": 3, "restartPolicyType": "ALWAYS", "startCommand": "bun --cwd ./apps/api start"