resque
How to configure config.ru to get Resque to run on Heroku?
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__)[详细]
2023-04-13 08:38 分类:问答Solutions for resque failover redis
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[详细]
2023-04-12 17:03 分类:问答Queuing in tandem with a Ruby Web socket server
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[详细]
2023-04-12 07:11 分类:问答how to get access ENV variables from within resque jobs
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[详细]
2023-04-11 21:15 分类:问答why resque-web is not showing all running resque workers?
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[详细]
2023-04-09 01:07 分类:问答How to see processed jobs in Resque?
Resque has a great web interface on 开发者_运维问答which we can see the pending and failed jobs.[详细]
2023-04-08 04:42 分类:问答Use Rails path helpers from inside an plain old ruby class? (Resque job)
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.[详细]
2023-04-07 22:56 分类:问答Resque with Redis To Go can't work as expectation
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.[详细]
2023-04-06 11:29 分类:问答How do I write a Resque condition that says "if a process is running for longer than n seconds, kill it"?
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[详细]
2023-04-06 07:19 分类:问答How do I move this controller code to a Resque job?
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:[详细]
2023-04-06 03:22 分类:问答