views:

89

answers:

1

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?

A: 

Moving to my own server was the way to go. I'm paying under $300/month for a machine that can run 40 workers easily. The downside is having to learn about server administration, but it's not too bad.

NudeCanalTroll