resque
Upgrading to Rails 3, resque scheduler and worker raise error
I have upgraded a Rails 2.3.5 app to Rails 3.0.6. In the process I have also upgraded the resque from 1.9.1 to 1.15.0 and resque_scheduler from 1.9.1 to 1.9.9. The following commands used to work fine[详细]
2023-03-13 03:54 分类:问答status tab not displayed in ui (resque-status)
I am using resque status. In my Gemfile I have gem \'resque-status\' In resque_conf.rb I have require \'resque/status_server\'[详细]
2023-03-11 17:37 分类:问答Rails Queue Management
I am building a job that is going to fetch and re-validate information from a remote website. I actually have it already implemented with a queue that works kinda like this:[详细]
2023-03-10 19:20 分类:问答Should verification emails be processed in the background?
Should verification emails be processed / sent in the background using some kind of background job (Resque, Delayed_Job, etc)?[详细]
2023-03-08 20:45 分类:问答How do you call a method every hour in Rails?
I\'m using Resque with Redis to process a background job. I\'d like to call the method, Resque.enqueue(MyModel) just one time every hour to do a background task.[详细]
2023-03-07 21:19 分类:问答Need help configuring a Redis-backed library on Ruby on Rails with RVM
I\'m following the configuration guidelines for installing resque. I\'m met with a (LoadError). 开发者_开发百科I\'m using RVM 1.9.2-p180, rails 3.0.6, and POW. This is probably an issue with my load p[详细]
2023-03-07 14:46 分类:问答God won't start Resque workers: rake aborted! non-absolute home
I\'m getting the following error in log/resque-0.log: rake aborted! non-absolute home /srv/myapp/current/Rakefile:4[详细]
2023-03-04 21:15 分类:问答With Resque, how can you pass objects that are not JSON serializable to jobs if they aren't in your database?
I\'m creating an IMAP object in one job a开发者_Python百科nd need to pass it to other jobs in Resque.What\'s the best way to pass the IMAP object since it\'s not serializable?There is no way to pass i[详细]
2023-02-18 06:25 分类:问答resque-scheduler and overlapping crons
I\'m just getting resque-schedule up and running and it works fine with one schedule task. However, when I 开发者_开发百科added a second on the same cron schedule it seems it is stomping on itself. He[详细]
2023-02-17 14:20 分类:问答Trying to start redis and resque scheduler within a rake task
I want to start redis and redis-scheduler from a rake开发者_StackOverflow中文版 task so I\'m doing the following:[详细]
2023-02-16 20:12 分类:问答