Skip to content

Commit

Permalink
chore: Adjust Railway healthcheck timeout across services
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 8, 2025
1 parent c4ca53b commit 876f24a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/api/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"runtime": "V2",
"startCommand": "pnpm --filter @hey/api start",
"healthcheckPath": "/",
"healthcheckTimeout": 1000,
"healthcheckTimeout": 60,
"restartPolicyType": "ALWAYS",
"sleepApplication": false,
"limitOverride": {
Expand Down
1 change: 0 additions & 1 deletion apps/cron/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"deploy": {
"runtime": "V2",
"startCommand": "pnpm --filter @hey/cron start",
"healthcheckTimeout": 1000,
"restartPolicyType": "ALWAYS",
"sleepApplication": false,
"limitOverride": {
Expand Down
2 changes: 1 addition & 1 deletion apps/og/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"runtime": "V2",
"startCommand": "pnpm --filter @hey/og start",
"healthcheckPath": "/u/yoginth",
"healthcheckTimeout": 1000,
"healthcheckTimeout": 60,
"restartPolicyType": "ALWAYS",
"sleepApplication": false,
"limitOverride": {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"runtime": "V2",
"startCommand": "pnpm --filter @hey/web start",
"healthcheckPath": "/",
"healthcheckTimeout": 1000,
"healthcheckTimeout": 60,
"restartPolicyType": "ALWAYS",
"sleepApplication": false,
"limitOverride": {
Expand Down

0 comments on commit 876f24a

Please sign in to comment.