| | |
| | | |
| | | private static final Log log = LogFactory.getLog(ScheduleConfig.class); |
| | | |
| | | @Scheduled(fixedRate = 10 * 1000) |
| | | @Scheduled(fixedRate = 15 * 1000) |
| | | public void pushMonitorInfo() { |
| | | try { |
| | | JSONObject jsonObject = new JSONObject(); |
| | |
| | | } |
| | | } |
| | | |
| | | @Scheduled(fixedRate = 20 * 1000) |
| | | @Scheduled(fixedRate = 30 * 1000) |
| | | public void checkSystemStatus() { |
| | | try { |
| | | JSONObject jsonObject = new JSONObject(); |
| | |
| | | } |
| | | } |
| | | |
| | | @Scheduled(fixedRate = 40 * 1000) |
| | | @Scheduled(fixedRate = 30 * 1000) |
| | | public void countSystemStatus() { |
| | | // noinspection AlibabaRemoveCommentedCode |
| | | try { |