Skip to content

HowTo: resque-web, resque scheduler and passenger

Here’s how you get resque-web and resque scheduler playing well with passenger:

Follow these instructions from resque readme (apache, ngnix) and check out current resque repo. Now update following two files:

  1. Add gem "resque-scheduler","2.0.0.d" to Gemfile
  2. Run bundle
  3. Add require 'resque_scheduler' to config.ru

Restart you webserver and are ready to go - Happy scheduling!

Both file after editing:
[gist id=1101580]