Commit ceebd050 authored by caotao's avatar caotao

1.定时任务执行周期还原。

parent ffa2b430
......@@ -320,8 +320,8 @@ public class HealthStatusIndicatorServiceImpl {
*
*/
// @Scheduled(cron = "0 0 0/1 * * ?")
@Scheduled(cron = "0 0/5 * * * ?")
@Scheduled(cron = "0 0 0/1 * * ?")
// @Scheduled(cron = "0 0/5 * * * ?")
@Async("async")
public void healthWarningHourGF() {
// if (!openHealth){
......
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