|
|
@ -32,7 +32,7 @@ public class RuleCheckTask {
|
|
|
|
@Resource
|
|
|
|
@Resource
|
|
|
|
DingTalkPushUtil dingTalkPushUtil;
|
|
|
|
DingTalkPushUtil dingTalkPushUtil;
|
|
|
|
|
|
|
|
|
|
|
|
@Scheduled(initialDelay = 90 * 1000, fixedDelay = 60 * 1000)
|
|
|
|
@Scheduled(initialDelay = 90 * 1000, fixedDelay = 3 * 60 * 1000)
|
|
|
|
private void checkAll() {
|
|
|
|
private void checkAll() {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
for (WarnRule rule : CacheTask.rule_Cache.values()) {
|
|
|
|
for (WarnRule rule : CacheTask.rule_Cache.values()) {
|
|
|
|