@@ -31,6 +31,7 @@ public class AlgorithmScheduler {
/**
* 定时删除算法镜像
+ * TODO 加入算法平台算法的定时删除
*/
@Scheduled(fixedDelay = 60 * 60 * 1000)
@SneakyThrows