Sometimes i need to increase the number of workers in a resque worker. Here is the command
RAILS_ENV=* bundle exec rake resque:work QUEUE=’*’ BACKGROUND=yes &
can replace * with the queue or environment
http://whatcodecraves.com/posts/2010/06/22/resque-cheatsheet.html
Leave a Reply