Temporary modification for testing, do not use in live environment.
This commit is contained in:
parent
4f5766b443
commit
40153d5cb1
11 changed files with 1044 additions and 929 deletions
|
@ -60,6 +60,7 @@ func NewDefaultUpdateJob(config *aurora.TaskConfig) *UpdateJob {
|
|||
req.Settings.MaxPerInstanceFailures = 0
|
||||
req.Settings.MaxFailedInstances = 0
|
||||
req.Settings.RollbackOnFailure = true
|
||||
req.Settings.VariableUpdateGroupSize = []int32{1, 2, 3}
|
||||
|
||||
//TODO(rdelvalle): Deep copy job struct to avoid unexpected behavior
|
||||
return &UpdateJob{Job: job, req: req}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue