Skip to content

Commit

Permalink
merge pull request #738
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jul 19, 2016
2 parents bf61664 + c4eb57b commit 075b660
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/dist/kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@
"Description": "The type of the instances in the runtime cluster",
"Type": "String"
},
"InstanceUpdateBatchSize": {
"Default": "1",
"Description": "The number of instances to update in a batch",
"MinValue": "1",
"Type": "Number"
},
"Key": {
"Default": "",
"Description": "SSH key name for access to cluster instances",
Expand Down Expand Up @@ -1006,7 +1012,7 @@
},
"UpdatePolicy": {
"AutoScalingRollingUpdate": {
"MaxBatchSize": "1",
"MaxBatchSize": { "Ref": "InstanceUpdateBatchSize" },
"MinInstancesInService": { "Ref": "InstanceCount" },
"PauseTime" : "PT15M",
"SuspendProcesses": [
Expand Down

0 comments on commit 075b660

Please sign in to comment.