ask module: configure resque redis and namespace by config/initializers/resque.rb

This commit is contained in:
iCross 2013-05-31 09:24:27 +08:00 committed by chris
parent c7effcc96c
commit ccd760445d
1 changed files with 1 additions and 1 deletions

View File

@ -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