This release adds command line tool for running workers:
1 | $ resque-ctl -c config/resque_workers.rb |
or with bundler
1 | $ bundle exec resque-ctl -c config/resque_workers.rb |
Check the README for more details and how to write a configuration file.
New awesome by Todd Fisher.