Tagged Questions
Resque (pronounced like "rescue") is a Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later.
16
votes
4answers
8k views
How to deploy resque workers in production?
The GitHub guys recently released their background processing app which uses Redis:
http://github.com/defunkt/resque
http://github.com/blog/542-introducing-resque
I have it working locally, but I'm ...
9
votes
3answers
712 views
scheduling dynamic jobs in resque scheduler
I'm trying to test out scheduling jobs in future using rails 3 and resque scheduler:
Following is the code I'm using but I'm getting NoMethodError set_schedule.
Resque.set_schedule("1", {
:cron ...
9
votes
3answers
2k views
Rails Resque workers fail with PGError: server closed the connection unexpectedly
I have site running rails application and resque workers running in production mode, on Ubuntu 9.10, Rails 2.3.4, ruby-ee 2010.01, PostgreSQL 8.4.2
Workers constantly raised errors: PGError: server ...
8
votes
3answers
2k views
delayed_jobs vs resque vs beanstalkd?
Here is my needs:
Enqueue_in(10.hours, ... ) (DJ syntax is perfect.)
Multiply workers, concurrently. (Resque or beanstalkd are good for this, but not DJ)
Must handle push and pop of 100 jobs a ...
8
votes
4answers
3k views
Have Rails 2.3.x ignore the i18n gem
I have a Rails 2.3.5 project that uses the localization features of Rails. I also happen to have Rails 3 beta installed (which depends on the i18n gem). Rails 2.3.5 will happily handle localization on ...
7
votes
1answer
943 views
How to stop God from leaving stale Resque worker processes?
I'm trying to understand how to monitor the resque worker for travis-ci with god in such a way that stopping the resque watch via god won't leave a stale worker process.
In the following I'm talking ...
7
votes
3answers
1k views
How to bridge the testing using Resque with Rspec examples?
I've a confusion while implementing Resque in parallel with Rspec examples.
The following is a class with expensive method .generate(self)
class SomeClass
...
...
6
votes
5answers
240 views
Run resque in background
I have a working rails app with a resque queue system which works very well. However, I lack a good way of actually demonizing the resque workers.
I can start them just fine by going rake resque:work ...
6
votes
2answers
2k views
Node.js workers/background processes
How can I create and use background jobs in node.js?
I've come across two libs (node-resque and node-worker) but would like to know if there's something more used.
6
votes
1answer
1k views
Resque or Gearman - choosing the right tool for background jobs
We are developing a web application wherein with about 50% of write requests, we end up pushing data to multiple data stores and inserting and updating significant number of records in those data ...
5
votes
1answer
136 views
How to share MySQL connection between parent and children with Resque?
By default in Resque the parent process forks and the children processes create a new connection to the database.
This can work, but if you have dozens of workers, MySQL can't keep that many ...
5
votes
1answer
1k views
Resque.enqueue failing on second run
I am trying to port an app from Rails 3.0.3 to Rails 3.1rc... I don't think I've missed out anything, in terms of configuration. The process works perfectly in Rails 3.0.X and not in 3.1rc.
In ...
5
votes
1answer
1k views
Error with resque-web: Couldn't get a file descriptor referring to the console
I'm trying start resque-web, but this error occurs:
[Sun Mar 06 05:27:48 +0000 2011] Starting 'resque-web'...
[Sun Mar 06 05:27:48 +0000 2011] trying port 8281...
Couldn't get a file descriptor ...
4
votes
1answer
211 views
Sending Devise emails through Resque
I'm trying to send Devise emails through Resque.
Regular emails are getting sent through Resque just fine. And Devise emails are sent just fine, but not Devise emails through Resque. I get "Could not ...
4
votes
2answers
302 views
Resque, Devise and admin authentication
Using Resque and Devise, i have roles for User, like:
User.first.role #=> admin
User.last.role #=> regular
I want to setup an authentication for Resque. So, inside config/routes.rb i have:
...
4
votes
1answer
249 views
How to get resque-web to work on Heroku?
On my dev machine, I am able to type resque-web in a console and it launches a new tab on my browser which shows the Resque interface.
On Heroku, Cedar stack, how can I do the same thing? i.e. I ...
4
votes
2answers
99 views
How to shuffle jobs in a Resque queue?
I have a queue named check_integrity and lots of jobs in it. When i run a worker for it it takes jobs first in first out order. Is it possible to shuffle the jobs in that particular queue? I need the ...
4
votes
2answers
367 views
Gems/Services for autoscaling Heroku's dynos and workers
I want to know if there are any good solutions for autoscaling dynos AND workers on Heroku in a production environment (probably a different solution for each of those, as they are pretty unrelated). ...
4
votes
1answer
139 views
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'
And I open the ui of resque using
resque-web ~/resque_conf.rb
In ...
3
votes
1answer
54 views
Embed resque-web frontend in my rails application
I'm using resque web front end to manage my background jobs. I'm wondering if someone know how I can embed this front end inside my main layout. I want to use my application layout and keep my html ...
3
votes
3answers
108 views
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 ...
3
votes
2answers
536 views
Resque on Heroku cedar stack Worker count still exists after the worker terminate
I have successfully run resque on heroku cedar stack and mount the interface on rails.
when I start the worker, Everything works fine. The worker process the job. But When i kill the worker, Resque ...
3
votes
2answers
406 views
ruby resque without loading rails environment
I have a resque worker which works great but is just too slow. The main reason for this is I'm using activerecord and having to load the entire environment which takes at least 10-20 seconds just to ...
3
votes
1answer
498 views
resque-web fails to start with a 500 Server Error
I'm following the configuration guidelines for installing resque. I'm met with a (OpenURI::HTTPError). I'm using RVM 1.9.2-p180, rails 3.0.6, and POW.'resque-web' fails to start with a 500 Server ...
3
votes
1answer
401 views
Thread Safe Resque Workers in JRuby when deployed as WAR
Currently we are using Resque in JRuby and we use two ways of starting a Worker when developing.
Using Rake:
QUEUE=* jruby -J-cp /path/to/library -S rake environment resque:work
...
3
votes
1answer
390 views
ActiveRecord unable to reconnect when running inside forked/threaded application?
Bit of an open-ended question here, so I'll outline the problem first. We have a Resque worker who is supposed to pop data-synchronisation jobs off a queue, the reasons are two-fold, using Cron (and ...
3
votes
2answers
374 views
Is there a unified logging system for Ruby?
I was wondering if there are any truly unified logging systems out there that can support Rails and delayed jobs, and are relatively easy to set up.
I want to be able to log to the same server/file ...
3
votes
1answer
626 views
Resque worker gives out “NoMethodError: undefined method `perform`”
Hiya,
I have no idea what I have done here, but I have attempted to get one controller in Rails to queue a job onto Resque, which then a worker connects to and does the heavy lifting (I.E. ...
3
votes
1answer
271 views
Connect resque to other key-value DB than redis?
I just read a little about resque here and how you use redis as a "advanced key-value store" for the jobs.
As you might know you can use resque on multiple machines to process the jobs:
Workers ...
2
votes
1answer
41 views
determine number of current Resque workers from within Rails application
In my Rails app, I'd like to pop up a window that shows the number of Resque workers currently running. This would mainly be so that I can warn users when there are no workers running.
I have the ...
2
votes
1answer
57 views
Sometimes Resque “unloads” the Rails environment for no apparent reason
I have a simple stack with Ruby on Rails and resque. I enqueue jobs in a normal way and I have a pool of workers performing. Nothing crazy.
My problem is that if I leave the workers running for long ...
2
votes
4answers
326 views
Resque worker failing with PostgreSQL server
I've managed to set up my workers and they used to execute without issue (in development) but now they don't in either production or development (I'm guessing after changing from SQlite3 to ...
2
votes
1answer
88 views
how do I use rails helpers in resque jobs?
I'm trying to use some helpers in my resque job and am running into problems. Here's what I've tried:
require 'json'
class SoulmateUserFollowing
tried this -> include ...
2
votes
1answer
209 views
Multiple resque workers mode creating extra processes
I need to start 4 resque workers so i used following command
bundle exec rake environment resque:workers RAILS_ENV=production COUNT=4 QUEUE=* VERBOSE=1 PIDFILE=tmp/pids/resque_worker.pid >> ...
2
votes
1answer
100 views
resque is not loading the rails environment properly
I was converting a working application to process incoming requests via resque. The jobs get submitted to resque properly. The problem starts when the worker grabs a task and starts executing.
...
2
votes
2answers
457 views
How to kill resque workers on Heroku?
I am using this guide to setup Resque with Redis http://blog.redistogo.com/2010/07/26/resque-with-redis-to-go/
I have it all set up and when I put something it shows up on my resque queue. It is on ...
2
votes
3answers
503 views
Heroku Cedar - no static assets for mounted Resque front-end
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:
# routes.rb
...
mount Resque::Server, ...
2
votes
2answers
171 views
How do you integrate Resque in Cucumber features?
I've been trying to apply Square's method of including Resque in their integration tests without much luck. I'm not sure if Resque and/or Cucumber has changed a lot since August 2010.
Below you find ...
2
votes
2answers
505 views
Trying to start redis and resque scheduler within a rake task
I want to start redis and redis-scheduler from a rake task so I'm doing the following:
namespace :raketask do
task :start do
system("QUEUE=* rake resque:work &")
system("rake ...
2
votes
1answer
1k views
Resque web interface loading error
I have installed Resque in Rails 3 using this tutorial.
The problem is when I'm trying to use the Resque web interface. When I go to {localhost}/resque/ , the browser is getting redirected to ...
2
votes
2answers
303 views
How to save a record using a background worker?
If I am saving a video file onto the server that is greater than 5mb. Should I create a background job for saving this file?
How should this be done? My video model has a title, description and ...
2
votes
1answer
215 views
auto trigger resque worker
I want to auto trigger resque worker.
The usual way is that we invoke the resque operation
klass = Resque.reserve(:goutham_queue)
klass.perform if klass.respond_to? :perform
Is there a way to auto ...
2
votes
2answers
917 views
What's the best way to write Resque-related specs in RSpec?
What's the best way to write Resque-related specs in RSpec without stubbing the former?
We currently use the following helper:
@dir = File.dirname(File.expand_path(__FILE__))
def start_redis
...
2
votes
1answer
266 views
Resque: Slow worker startup and Forking
I'm currently moving my application from a Linode setup to EC2. Redis is currently installed on a remote instance with various worker instances interacting with the queue. Thats all going fantastic. ...
2
votes
1answer
787 views
How to use resque-scheduler and resque-status together?
I have resque-scheduler working fine in a rails app. Now I need to be able to track status and remove jobs from the queue. I had a brief look at resque-status and, from what I saw, if I could get it ...
1
vote
0answers
20 views
Batch inserts with resque
I am currently trying to set up a task that collects a bunch of objects, and then queues a background task to batch insert them to a database.. and then repeats.
I have been working a little bit ...
1
vote
2answers
24 views
Resque front-end doesn't load in Rails
I've set up the Resque-web interface to work with my rails 3 app but it doesn't work in either development or production environments. My set up is as follows, and going to localhost:3000/resque just ...
1
vote
1answer
53 views
How do I create a resque worker automatically at bootup?
Ok, I'm making my first ruby app. Who know moving everything over to 'production' is so fugging complicated. So far I've struggled my way through configuring passenger, getting it to run on startup, ...
1
vote
1answer
56 views
How do I run my first ruby app on my server now that its done?
So I've successfully finished my first ruby app :)
When i programmed it locally, i have to use all the following commands below separately in terminal to get it up and running. The problem is when I ...
1
vote
3answers
31 views
Is it safe to pass objects into a Resque job?
Is it safe to pass objects into a Resque job? For example:
Resque.enqueue(Foobar, @foo, @bar)
Instead of:
Resque.enqueue(Foobar, @foo.id, @bar.id)
Any disadvantage if I pass the object(s) in?