From ccd760445dcd5980a5d4a832b99642998fa87062 Mon Sep 17 00:00:00 2001 From: iCross Date: Fri, 31 May 2013 09:24:27 +0800 Subject: [PATCH] ask module: configure resque redis and namespace by config/initializers/resque.rb --- lib/tasks/resque.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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