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