This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ccfos
/
nightingale
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
20
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix
tags/v5.8.0
UlricQin
4 years ago
parent
b482c7a076
commit
2e63993b7f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/server/engine/worker.go
+ 1
- 1
src/server/engine/worker.go
View File
@@ -344,7 +344,7 @@ func (r RuleEval) recoverRule(alertingKeys map[string]struct{}, now int64) {
}
// 如果配置了留观时长,就不能立马恢复了
if r.rule.RecoverDuration > 0 && now-event.LastEvalTime
>
r.rule.RecoverDuration {
if r.rule.RecoverDuration > 0 && now-event.LastEvalTime
<=
r.rule.RecoverDuration {
continue
}
Write
Preview
Loading…
Cancel
Save