调整
This commit is contained in:
parent
2aadd4dab5
commit
0d72772687
@ -73,7 +73,7 @@ public class AlertManager extends EventEmitter {
|
||||
public synchronized void taskStart() {
|
||||
if (!started) {
|
||||
started = true;
|
||||
Executor.scheduleAtFixedRate(() ->
|
||||
Executor.scheduleWithFixedDelay(() ->
|
||||
amtMap.values().forEach(alertMonitoringTask -> {
|
||||
try {
|
||||
alertMonitoringTask.run();
|
||||
|
Loading…
Reference in New Issue
Block a user