Skip to content

Instantly share code, notes, and snippets.

@achiurizo
Created June 30, 2011 19:03
Show Gist options
  • Select an option

  • Save achiurizo/1056930 to your computer and use it in GitHub Desktop.

Select an option

Save achiurizo/1056930 to your computer and use it in GitHub Desktop.
require 'resque/tasks'
namespace :resque do
desc "Load the Application Development for Resque"
task :setup => :environment do
ENV['QUEUE'] = '*'
# ENV['VERBOSE'] = '1' # Verbose Logging
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment