forked from JointCloud/pcm-coordinator
Update pcm.go
This commit is contained in:
parent
55a97edf2d
commit
d91082b4cc
1
pcm.go
1
pcm.go
|
@ -49,6 +49,7 @@ func main() {
|
||||||
cron.AddCronGroup(ctx)
|
cron.AddCronGroup(ctx)
|
||||||
handler.RegisterHandlers(server, ctx)
|
handler.RegisterHandlers(server, ctx)
|
||||||
|
|
||||||
|
|
||||||
serviceGroup.Add(server)
|
serviceGroup.Add(server)
|
||||||
services := []service.Service{
|
services := []service.Service{
|
||||||
//mqs.MustNewQueue("ai", mqs.NewAiMq(context.Background(), ctx)),
|
//mqs.MustNewQueue("ai", mqs.NewAiMq(context.Background(), ctx)),
|
||||||
|
|
Loading…
Reference in New Issue