关闭基础模型定时任务
This commit is contained in:
parent
cd33cef810
commit
b3e41e4962
@ -24,7 +24,7 @@ public class BaseModelTaskService {
|
||||
BaseModelService baseModelService;
|
||||
|
||||
|
||||
@Scheduled(cron ="0 0/1 * * * ?")
|
||||
// @Scheduled(cron ="0 0/1 * * * ?")
|
||||
public void updateBaseModel() {
|
||||
Log.info("定时任务启动");
|
||||
String resStr = trainHttpService.modelsList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user