Skip to content

Instantly share code, notes, and snippets.

@MikeSilvis
Created July 5, 2012 19:42
Show Gist options
  • Save MikeSilvis/3055977 to your computer and use it in GitHub Desktop.
Save MikeSilvis/3055977 to your computer and use it in GitHub Desktop.
require 'resque/tasks'
ENV["QUEUE"] = "*"
task "resque:setup" => :environment
task "jobs:work" => "resque:work"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment