mirror of https://gitee.com/stylefeng/guns
【monitor】新增刷新状态的定时任务
parent
57ef34ebf5
commit
f6f9b78761
|
@ -0,0 +1 @@
|
|||
INSERT INTO `sys_timers`(`timer_id`, `timer_name`, `action_class`, `cron`, `job_status`, `remark`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355878268976271362, '定时刷新服务器状态', 'cn.stylefeng.guns.modular.system.monitor.timer.SystemHardwareInfoHolder', '0/5 * * * * ? ', 1, '每30分钟执行一次,刷新服务器状态', 'N', '2021-01-31 21:59:05', 1339550467939639299, '2021-01-31 22:00:23', 1339550467939639299);
|
Loading…
Reference in New Issue