Commit 85383c5e authored by vicotor's avatar vicotor

fix bug

parent bbf984a8
......@@ -78,6 +78,7 @@ type WorkerManager struct {
func NewWorkerManager(rdb *redis.Client, node *Node) *WorkerManager {
return &WorkerManager{
heartBeat: make(map[int64]int64),
workerReg: make(map[int64]*registry.Registry),
workers: make(map[int64]*Worker),
workid: make(map[string]*Worker),
quit: make(chan struct{}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment