Removing update settings from cron example as they're not needed.
This commit is contained in:
parent
13fbbce816
commit
090fdf1715
1 changed files with 0 additions and 13 deletions
|
@ -13,16 +13,3 @@ thermos:
|
||||||
cmd: "echo bootstrapping"
|
cmd: "echo bootstrapping"
|
||||||
- name: "hello_gorealis"
|
- name: "hello_gorealis"
|
||||||
cmd: "echo hello world from gorealis; sleep 10;"
|
cmd: "echo hello world from gorealis; sleep 10;"
|
||||||
updateSettings:
|
|
||||||
maxPerInstanceFailures: 1
|
|
||||||
maxFailedInstances: 1
|
|
||||||
minTimeInRunning: 1m
|
|
||||||
rollbackOnFailure: true
|
|
||||||
instanceRanges:
|
|
||||||
- start: 1
|
|
||||||
end: 4
|
|
||||||
blockIfNoPulseAfter: 1m
|
|
||||||
slaAware: false
|
|
||||||
strategy:
|
|
||||||
name: Batch
|
|
||||||
groupSize: 2
|
|
Loading…
Add table
Add a link
Reference in a new issue