mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Queue.php
This commit is contained in:
parent
a60441174d
commit
d025fb6f78
@ -47,7 +47,7 @@ class Queue extends Controller
|
||||
try {
|
||||
$this->command = ProcessService::instance()->think('xtask:start');
|
||||
$this->message = $this->app->console->call('xtask:state')->fetch();
|
||||
$this->listen = preg_match('/主进程.*?\d+/', $this->message, $attr);
|
||||
$this->listen = preg_match('/process.*?\d+.*?running/', $this->message, $attr);
|
||||
} catch (\Exception $exception) {
|
||||
$this->message = $exception->getMessage();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user