An affordable way to use multiple Delayed::Job queues

Posted by NudeCanalTroll on Stack Overflow See other posts from Stack Overflow or by NudeCanalTroll
Published on 2010-06-15T10:05:19Z Indexed on 2010/06/15 10:12 UTC
Read the original article Hit count: 320

I have a Ruby on Rails app that needs process many background jobs simultaneously: anywhere from 5-6 at a time to up to 50-60 at a time depending on the time of day. Right now my app is running on Heroku, which charges $.05/hour per worker, regardless of how much CPU or memory the worker is using. This is costing me a boatload each month... up to $1200/mo. Are there any hosts that will allow me to do what I'm doing for significantly cheaper?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about backgroundworker