Skip to content

Commit 06ef723

Browse files
authored
Update restart policy type in railway.toml
Changed restart policy type to 'ALWAYS' from 'ON_FAILURE'.
1 parent f60ca3e commit 06ef723

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

railway.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ numReplicas = 1
99
limitOverride = { containers = { cpu = 2, memoryBytes = 2000000000}}
1010
sleepApplication = false
1111
multiRegionConfig = {"us-east4-eqdc4a" = {"numReplicas" = 1}}
12-
restartPolicyType = "ON_FAILURE"
13-
restartPolicyMaxRetries = 5
12+
restartPolicyType = "ALWAYS"
1413

1514
[environments.pr.deploy]
1615
sleepApplication = true

0 commit comments

Comments
 (0)