queue system settings expanded. Update debug to goffee log system
This commit is contained in:
parent
fc57baff78
commit
f4476d3e89
5 changed files with 74 additions and 4 deletions
|
|
@ -6,6 +6,7 @@ package main
|
|||
|
||||
import (
|
||||
"git.smarteching.com/goffee/core"
|
||||
"git.smarteching.com/goffee/cup/config"
|
||||
"git.smarteching.com/goffee/cup/workers"
|
||||
)
|
||||
|
||||
|
|
@ -26,5 +27,5 @@ func registerQueues() {
|
|||
//########################################
|
||||
// Start queue server, DO NOT TOUCH
|
||||
//########################################
|
||||
go queque.RunQueueserver()
|
||||
go queque.RunQueueserver(config.GetQueueConfig())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue