queue system settings expanded. Update debug to goffee log system

This commit is contained in:
Zeni Kim 2026-05-18 22:37:26 -05:00
parent fc57baff78
commit f4476d3e89
5 changed files with 74 additions and 4 deletions

View file

@ -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())
}