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

@ -587,7 +587,6 @@ func (r *realisClient) CreateService(auroraJob Job, settings *aurora.JobUpdateSe
// Create a new job update object and ship it to the StartJobUpdate api
update := NewUpdateJob(auroraJob.TaskConfig(), settings)
update.InstanceCount(auroraJob.GetInstanceCount())
update.BatchSize(auroraJob.GetInstanceCount())
resp, err := r.StartJobUpdate(update, "")
if err != nil {