fix(command): 移除不知道为什么增加的睡眠1秒

This commit is contained in:
v-zhangjc9
2024-05-10 09:31:58 +08:00
parent e35733a2d8
commit dad624037b

View File

@@ -236,7 +236,6 @@ public class YarnCommand extends AbstractUtilShellComponent {
.distinct();
try (ProgressBar pb = CommandLineUtils.progressbarBuilder("Run jobs", ids.size()).build()) {
ids.forEach(id -> {
ThreadUtil.safeSleep(1000);
launcherService.syncStart(id);
pb.setExtraMessage(id.toString());
pb.step();