Skip to content

Commit

Permalink
Allow scaling to zero on AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Feb 13, 2018
1 parent 4eb8391 commit cf27c68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/golang/glog"
)

const scaleToZeroSupported = false
const scaleToZeroSupported = true

type asgCache struct {
registeredAsgs []*asgInformation
Expand Down

0 comments on commit cf27c68

Please sign in to comment.