diff --git a/apps/api/railway.json b/apps/api/railway.json index 570e6405417..96741405e0f 100644 --- a/apps/api/railway.json +++ b/apps/api/railway.json @@ -9,7 +9,7 @@ "runtime": "V2", "startCommand": "pnpm --filter @hey/api start", "healthcheckPath": "/", - "healthcheckTimeout": 1000, + "healthcheckTimeout": 60, "restartPolicyType": "ALWAYS", "sleepApplication": false, "limitOverride": { diff --git a/apps/cron/railway.json b/apps/cron/railway.json index 6b224c4a891..96b79c38dc8 100644 --- a/apps/cron/railway.json +++ b/apps/cron/railway.json @@ -8,7 +8,6 @@ "deploy": { "runtime": "V2", "startCommand": "pnpm --filter @hey/cron start", - "healthcheckTimeout": 1000, "restartPolicyType": "ALWAYS", "sleepApplication": false, "limitOverride": { diff --git a/apps/og/railway.json b/apps/og/railway.json index 54aaee1f762..f3fc32b65f3 100644 --- a/apps/og/railway.json +++ b/apps/og/railway.json @@ -9,7 +9,7 @@ "runtime": "V2", "startCommand": "pnpm --filter @hey/og start", "healthcheckPath": "/u/yoginth", - "healthcheckTimeout": 1000, + "healthcheckTimeout": 60, "restartPolicyType": "ALWAYS", "sleepApplication": false, "limitOverride": { diff --git a/apps/web/railway.json b/apps/web/railway.json index ee130bdadda..06fc7bdc7a2 100644 --- a/apps/web/railway.json +++ b/apps/web/railway.json @@ -9,7 +9,7 @@ "runtime": "V2", "startCommand": "pnpm --filter @hey/web start", "healthcheckPath": "/", - "healthcheckTimeout": 1000, + "healthcheckTimeout": 60, "restartPolicyType": "ALWAYS", "sleepApplication": false, "limitOverride": {