diff --git a/lib/tasks/resque.rake b/lib/tasks/resque.rake index 66841c724..5e590bf7c 100644 --- a/lib/tasks/resque.rake +++ b/lib/tasks/resque.rake @@ -15,7 +15,7 @@ namespace :resque do require 'resque/scheduler' # you probably already have this somewhere - Resque.redis = 'localhost:6379' + # Resque.redis = 'localhost:6379' # If you want to be able to dynamically change the schedule, # uncomment this line. A dynamic schedule can be updated via the