自动任务稍微等一等

This commit is contained in:
2025-06-17 18:04:43 +08:00
parent 7d6c87cc74
commit 6d8261ff25

View File

@ -108,6 +108,11 @@ public class VideoTaskGenerator {
log.info("task callback: 不自动生成");
}
}
try {
Thread.sleep(5000L);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
});
}
});