mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改系统任务
This commit is contained in:
parent
90907c131c
commit
f71ee1d679
@ -52,7 +52,7 @@ class Start extends Task
|
|||||||
$this->createProcess();
|
$this->createProcess();
|
||||||
$this->setBaseProcess();
|
$this->setBaseProcess();
|
||||||
$output->writeln('正在检查异步任务监听主进程状态...');
|
$output->writeln('正在检查异步任务监听主进程状态...');
|
||||||
sleep(2);
|
sleep(1);
|
||||||
if (($pid = $this->checkProcess()) > 0) {
|
if (($pid = $this->checkProcess()) > 0) {
|
||||||
$output->info("异步任务监听主进程{$pid}启动成功!");
|
$output->info("异步任务监听主进程{$pid}启动成功!");
|
||||||
} else {
|
} else {
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user