:art:新增pprof监控
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward
2024-06-17 15:30:47 +08:00
parent d7680317c3
commit 1950150f42
4 changed files with 64 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ func asyncWireguardConfigFile() {
for {
result, err := client.Redis.BRPop(context.Background(), 0, fmt.Sprintf("%s", constant.SyncWgConfigFile)).Result()
if err != nil {
//log.Errorf("获取任务失败")
log.Errorf("获取任务失败")
continue
}