实现节点看板(仅对企业版开放)

This commit is contained in:
刘祥超
2021-07-06 20:06:57 +08:00
parent 1a7a67238d
commit 5d40eec163
4 changed files with 46 additions and 4 deletions

View File

@@ -72,7 +72,8 @@ func (this *ValueQueue) Loop() error {
CreatedAt: value.CreatedAt,
})
if err != nil {
return err
remotelogs.Error("MONITOR", err.Error())
continue
}
}
return nil