updating log..
This commit is contained in:
parent
58088a139c
commit
cc739f96aa
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ func main() {
|
||||||
|
|
||||||
if resp.ResponseCode == aurora.ResponseCode_OK {
|
if resp.ResponseCode == aurora.ResponseCode_OK {
|
||||||
if ok, err := monitor.Instances(job.JobKey(), currInstances-numOfInstances, 5, 50); !ok || err != nil {
|
if ok, err := monitor.Instances(job.JobKey(), currInstances-numOfInstances, 5, 50); !ok || err != nil {
|
||||||
fmt.Println("Flexing up failed")
|
fmt.Println("flexDown failed")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Println(resp.String())
|
fmt.Println(resp.String())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue