Hacker News new | ask | show | jobs
by smokinn 6332 days ago
We simply use an in-memory queue. Beanstalkd has worked quite well for us. (Not a rails app though)
1 comments

Beanstalkd + async_observer (Rails plugin) have worked well for me. Add a Munin script to monitor the queue size (http://gist.github.com/36116) and it's a pretty effective and manageable system.