fix handler: NotifyMaxNumber

This commit is contained in:
Ulric Qin 2022-06-10 17:49:48 +08:00
parent 1bcc5b77ec
commit 94e1359895
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ func (r RuleEval) fireEvent(event *models.AlertCurEvent) {
}
} else {
event.NotifyCurNumber = 1
r.pushEventToQueue(event)
}
}