Temporary modification for testing, do not use in live environment.

This commit is contained in:
Renan DelValle 2018-03-19 15:05:56 -07:00
parent 4f5766b443
commit 40153d5cb1
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
11 changed files with 1044 additions and 929 deletions

View file

@ -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}