Update queue_redis.go (#9911)
This commit is contained in:
parent
ff508c9c9b
commit
05b9864086
1 changed files with 6 additions and 5 deletions
|
@ -87,6 +87,7 @@ func NewRedisQueue(handle HandlerFunc, cfg, exemplar interface{}) (Queue, error)
|
|||
queueName: config.QueueName,
|
||||
exemplar: exemplar,
|
||||
closed: make(chan struct{}),
|
||||
terminated: make(chan struct{}),
|
||||
workers: config.Workers,
|
||||
name: config.Name,
|
||||
}
|
||||
|
|
Reference in a new issue