Skip to content

Commit

Permalink
build: reduce Railway replicas to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider authored Sep 14, 2024
1 parent 44fcea7 commit ed186a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"deploy": {
"healthcheckPath": "/health",
"healthcheckTimeout": 10,
"numReplicas": 2,
"numReplicas": 1,
"restartPolicyMaxRetries": 3,
"restartPolicyType": "ALWAYS",
"startCommand": "bun --cwd ./apps/api start"
Expand Down

0 comments on commit ed186a0

Please sign in to comment.