彩票助手1.2
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@ public class PredictResultTask {
|
||||
* cron表达式:秒 分 时 日 月 周
|
||||
* 0 0/5 * * * ? 表示每5分钟执行一次
|
||||
*/
|
||||
@Scheduled(cron = "0 0/1 * * * ?")
|
||||
@Scheduled(cron = "0 0/10 * * * ?")
|
||||
public void processPendingPredictions() {
|
||||
try {
|
||||
log.info("=== 开始执行预测结果匹配定时任务 ===");
|
||||
|
||||
Reference in New Issue
Block a user