Skip to content

Commit

Permalink
Removed duplicate scaler start (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelrib authored and levrado committed Feb 4, 2019
1 parent b0e6011 commit a580fa1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/autoscaler/app/autoscaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ func Run(kubeconfigPath string,
return errors.Wrap(err, "Failed to create poller")
}

if err = newScaler.Start(); err != nil {
return errors.Wrap(err, "Failed to start scaler")
}

if err := newPoller.Start(); err != nil {
return errors.Wrap(err, "Failed to start poller")
}
Expand Down

0 comments on commit a580fa1

Please sign in to comment.