JustinLove / autoscaler

Start/stop Sidekiq workers on Heroku
226 stars 42 forks source link

LinearScalingStrategy shouldn't scale down paste the number of active workers #27

Closed bkudria closed 10 years ago

bkudria commented 10 years ago

Before, LinearScalingStrategy didn't respect the number of current active workers - so, it could scale down workers that were still running a job, if the queue was empty.