🔖 dashboard v0.13.9 ignore monitor unmarshal error

This commit is contained in:
naiba
2022-05-02 13:36:49 +08:00
parent 6d1e42a7e7
commit e4e15d0c57
4 changed files with 7 additions and 5 deletions

View File

@@ -162,7 +162,7 @@ func (ss *ServiceSentinel) loadMonitorHistory() {
var monitors []*model.Monitor
err := DB.Find(&monitors).Error
if err != nil {
return
panic(err)
}
ss.serviceResponseDataStoreLock.Lock()

View File

@@ -12,7 +12,7 @@ import (
"github.com/naiba/nezha/pkg/utils"
)
var Version = "v0.13.8" // !!记得修改 README 中的 badge 版本!!
var Version = "v0.13.9" // !!记得修改 README 中的 badge 版本!!
var (
Conf *model.Config