新版本,代理功能上线
This commit is contained in:
@@ -47,7 +47,7 @@ func main() {
|
||||
|
||||
// 启动 asynq 消费者
|
||||
if err := svcContext.AsynqServer.Run(mux); err != nil {
|
||||
logx.WithContext(ctx).Errorf("异步任务启动失败: %+v", err)
|
||||
logx.WithContext(ctx).Errorf("异步任务启动失败: %v", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
fmt.Println("异步任务启动!!!")
|
||||
|
||||
Reference in New Issue
Block a user