REM:
1.修改浩瀚设备启动任务接口
This commit is contained in:
chenlinghy 2020-11-23 11:12:17 +08:00
parent ee0dbf6525
commit 87ab387a5d
2 changed files with 1 additions and 2 deletions

View File

@ -595,7 +595,6 @@ public class DeviceTaskManagerServiceImpl implements DeviceTaskManagerService {
*/
@Override
public void disposeTaskManagerSchedule() {
// 清理过期任务
for (DisposeTask v : disposeTaskManager.getExpiredTasks()) {
log.info("Task {} {} {} is expired, expect finished at {}",

View File

@ -83,7 +83,7 @@ public class HaoHanInterface {
// 自动停止多余的旧任务
ids.forEach(v -> {
log.debug("HAOHAN_PLATFORM automatic stop more task: {}", v);
stopClean(baseUrlPath, Integer.parseInt(maxId), readme);
stopClean(baseUrlPath, Integer.parseInt(v), readme);
});
// 更改返回值