Skip to content

Commit

Permalink
chore: Simplify Railway configuration for cron deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 6, 2025
1 parent 71fe159 commit f45d400
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/cron/railway.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
"runtime": "V2",
"startCommand": "pnpm --filter @hey/cron start",
"healthcheckTimeout": 1000,
"multiRegionConfig": {
"europe-west4-drams3a": {
"numReplicas": 1
}
},
"region": "europe-west4-drams3a",
"numReplicas": 1,
"restartPolicyType": "ALWAYS",
"sleepApplication": false,
"limitOverride": {
Expand Down

0 comments on commit f45d400

Please sign in to comment.