Travis Kochel

Results 3 comments of Travis Kochel

Ran into this too. This gem worked for me though, and it's actively maintained: https://github.com/davidakachaos/workless_revived/

I've got it in production on two apps. The only change you have to make is switch `Delayed::Job.scaler = :heroku_cedar` to `Delayed::Job.scaler = :heroku`, if you're declaring the scaler. One...