From ea84d8ce6eb707b743b4a2e0271b0170e9d1cd42 Mon Sep 17 00:00:00 2001 From: BoomchainLabs <202796817+BoomchainLabs@users.noreply.github.com> Date: Mon, 14 Jul 2025 22:23:14 +0100 Subject: [PATCH] Update railway.json --- railway.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/railway.json b/railway.json index 03fd043..3369b1b 100644 --- a/railway.json +++ b/railway.json @@ -2,5 +2,17 @@ "$schema": "https://railway.com/railway.schema.json", "build": { "builder": "RAILPACK" + }, + "deploy": { + "runtime": "V2", + "numReplicas": 1, + "sleepApplication": false, + "multiRegionConfig": { + "us-east4-eqdc4a": { + "numReplicas": 1 + } + }, + "restartPolicyType": "ON_FAILURE", + "restartPolicyMaxRetries": 10 } -} \ No newline at end of file +}