Hacker News new | ask | show | jobs
by neilmiddleton 4845 days ago
Why not use Unicorn on Heroku?
1 comments

There is a limited amount of workers you can run with 512mb of memory (max 3 for my application) and the random routing can overload one dyno while the others are doing nothing. Basically you have to scale and pay more when with Digital Ocean I can buy a 2gb machine and run 10 workers spending 20$ per month.