Commit 349c4894 authored by huangjiamin's avatar huangjiamin

失败处理

parent 79ed9599
......@@ -354,7 +354,7 @@ public class BrowserTask {
.findByValidTimeLessThanAndIsDeleted(Instant.now().minusSeconds(60 * 60 * 24 * 7).toEpochMilli(), false);
log.error("Scheduled {}, list size : {}", logs, list.size());
//list.forEach(this::deleteOverdueIp);
list.forEach(this::deleteOverdueIp);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment