Background Processing using Resque/Redis in a Ruby on Rails App
Learn how to setup resque in a ruby on rails app to run background processes.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Learn how to setup resque in a ruby on rails app to run background processes.
Comments
Correct link is http://tommy.chheng.com/index.php/2010/10/how-to-run-background-processes-using-resqueredis-in-a-ruby-on-rails-app/
typo, thanks!
How does this provide more insight than the README file for the project? Plus this is on your workstation, great, how about production?
It’s way shorter than the readme so i hope it can help some folks who want to get it up and running faster.
production is just about the same except adding a service script(and monitoring) for redis.
Post a comment