File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 803803 "key" : " https://fly.io/docs/reference/configuration/#strategy"
804804 }
805805 }
806+ },
807+ "wait_timeout" : {
808+ "description" : " Timeout for waiting for the Machine to be in a started state during a deploy." ,
809+ "type" : " string" ,
810+ "default" : " 5m" ,
811+ "x-taplo" : {
812+ "docs" : {
813+ "main" : " Timeout for waiting for the Machine to be in a started state during a deploy." ,
814+ "defaultValue" : " Default is 5 minutes"
815+ },
816+ "links" : {
817+ "key" : " https://fly.io/docs/reference/configuration/#dealing-with-timeout-errors-while-deploying-a-new-version"
818+ }
819+ }
806820 }
807821 }
808822 },
Original file line number Diff line number Diff line change 1717 "deploy" : {
1818 "max_unavailable" : 0.2 ,
1919 "release_command" : " release command" ,
20- "strategy" : " rolling"
20+ "strategy" : " rolling" ,
21+ "wait_timeout" : " 1m"
2122 },
2223 "env" : {
2324 "FOO" : " BAR"
You can’t perform that action at this time.
0 commit comments