fix resque server stop

This commit is contained in:
Matthew K. Fu JuYuan 2012-10-08 11:26:24 +08:00
parent 4a5fc47c0a
commit cf68022d4f
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'resque_scheduler'
# require 'resque_scheduler/server'
require 'resque_scheduler/server'
# require 'yaml'
Resque.redis = 'localhost:6379'
#Resque.redis.namespace = "resque:SchedulerExample"
Resque.redis.namespace = "resque:nccu"
# If you want to be able to dynamically change the schedule,
# uncomment this line. A dynamic schedule can be updated via the