fix resque server stop
This commit is contained in:
parent
4a5fc47c0a
commit
cf68022d4f
|
@ -1,9 +1,9 @@
|
||||||
require 'resque_scheduler'
|
require 'resque_scheduler'
|
||||||
# require 'resque_scheduler/server'
|
require 'resque_scheduler/server'
|
||||||
# require 'yaml'
|
# require 'yaml'
|
||||||
|
|
||||||
Resque.redis = 'localhost:6379'
|
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,
|
# If you want to be able to dynamically change the schedule,
|
||||||
# uncomment this line. A dynamic schedule can be updated via the
|
# uncomment this line. A dynamic schedule can be updated via the
|
||||||
|
|
Loading…
Reference in New Issue