From 2e30a282f663830fada7d8981d368e0038a532f5 Mon Sep 17 00:00:00 2001 From: Coding-Dev-Tools Date: Wed, 22 Jul 2026 03:03:51 -0400 Subject: [PATCH] chore(railway): restore strict readiness gate --- railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railway.json b/railway.json index 70098d3..3074e03 100644 --- a/railway.json +++ b/railway.json @@ -5,7 +5,7 @@ "dockerfilePath": "Dockerfile" }, "deploy": { - "healthcheckPath": "/api/health", + "healthcheckPath": "/api/ready", "healthcheckTimeout": 300, "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10