From ed186a0540f8fa54402804f0bd684ad9e1c13778 Mon Sep 17 00:00:00 2001 From: Jonah Snider Date: Sat, 14 Sep 2024 00:14:46 -0700 Subject: [PATCH] build: reduce Railway replicas to 1 --- railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"