Background Processing using Resque/Redis in a Ruby on Rails App by tcc — 26 October 2010 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/ Peter — 26 October 2010 typo, thanks! tcc — 26 October 2010 How does this provide more insight than the README file for the project? Plus this is on your workstation, great, how about production? AnonymousCritic — 26 October 2010 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. tcc — 26 October 2010 Post a comment You can use basic HTML markup (e.g. <a>) or Markdown. Authenticate with GitHub As you are not logged in, you will bedirected via GitHub to signup or sign in
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