I have a number of different event-driven emails being sent with action mailer (ex. send an email when a user follows you etc.) and I need to move all of this into resque workers. My question is what
I\'m trying to send emails using a background job in Rails 3 using Resque and the resque_mailer gem. Emails are sent fine when not using Resque, but when they are processed as a background job, the jo
I recently switched to using Resque-meta and now I\'m a bit confused with how best to handle multiple arguments.I was passing it as the first ID, but using the meta plugin, the meta id becomes the ID,
So I know STI is the most reviled thing ever but I have an instance where I think it might actually make sense.My app is parsing a bunch of different types of xml files.Every file model stores the exa
I am using this guide to setup Resque with Redis http://blog.redistogo.com/2010/07/26/resque-with-redis-to-go/
I have a very basic Sinatra app to test resque-status require \'sinatra/base\' require \'resque\' require \'resque/job_with_status\'
I want to get resque background processing working in production on my centos server for a rails 3 application.
I have a simple Rails app deployed to the Heroku Cedar stack. The app uses Resque and the Resque Sinatra front-end app is mounted so I can monitor the queue:
I am using rails 3 with devise for authentication and resque for h开发者_运维知识库andling background job
I am trying to get bluepill to monitor my resque workers. If i run this command from my rails root as root user it starts up resque worker ok.