I have the following in my config.ru file and which crashes Heroku with the error underneath it. require ::File.expand_path(\'../config/environment\',__FILE__)
Since clustered Redis is still in the works, are there mechanisms in R开发者_运维知识库esque that automatically will failover to a Redis slave should the master ever go down?I don\'t think so. However
I am writing an application using jruby on rails开发者_Python百科.Part of the application initiates a long running process from a web page.The long running process could last for 20 minutes in some ca
How do I make sure resque has access to all my ENV variables? I\'m trying to send an email from within a resque job and it cannot send because the actionmailer smtp username/pass are set via ENV varia
question in the title i can see resque workers in htop: resque-1.15.0: Processing low since 1317112029 but they don\'t show up开发者_开发知识库 in resque-web
Resque has a great web interface on 开发者_运维问答which we can see the pending and failed jobs.
I need to make some API calls from inside a Resque job (which is just a plain old Ruby class) and those API calls need to include URLs to resources on my site.
I need to use Resque to enqueue my jobs on Heroku. As it\'s my first time to use it, I follow the instruction on this site:Resque with Redis To Go.
I have a god/resque setup that spans a few worker servers. Every so often, the workers get jammed up by long polling connections and won\'t time out correctly.We have tried coding around it (but regar
I want to move some of my sessions controller process into a Resque worker to make logging in much smoother. I want to move parts from here: