JustinLove / autoscaler

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

support for Sidekiq 3.0.0 #36

Closed rolandjitsu closed 10 years ago

rolandjitsu commented 10 years ago

It seems like the terminal complains on bundle install about the version of sidekiq required by this gem, is not compatible (it requires an older version of sidekiq). Can it be updated to the new version so we can use 3.0.0 ?

bkudria commented 10 years ago

@rolandjitsu This should work (I've run the specs against Sidekiq 3) but I haven't had a chance to check it on a live application yet. I'll do so shortly and re-open this issue if something breaks. In the meantime, feel free to test on your application if you can!

rolandjitsu commented 10 years ago

Great, I'll try it out, in case the issue persists, I'll let you know @bkudria

bkudria commented 10 years ago

@rolandjitsu v0.9.0 is available now with SK3.0 support.

rolandjitsu commented 10 years ago

I haven't had any issues with it since you last patch, thanks for letting me know @bkudria