fix(command): 移除不知道为什么增加的睡眠1秒
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user