I\'ve been using collectiveidea\'s fork of delayed_job as a gem in my Rails 3 app, and it\'s working fine. I\'m now looking for a solution to autoscale workers, specifically fo
You might want to take a look at workless, it's one of the only Rails3 worker autoscalers I've seen at this point.