[更新]修改系统任务

This commit is contained in:
Anyon 2019-08-21 16:26:32 +08:00
parent 90907c131c
commit f71ee1d679
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Start extends Task
$this->createProcess();
$this->setBaseProcess();
$output->writeln('正在检查异步任务监听主进程状态...');
sleep(2);
sleep(1);
if (($pid = $this->checkProcess()) > 0) {
$output->info("异步任务监听主进程{$pid}启动成功!");
} else {