Update Queue.php

This commit is contained in:
Anyon 2020-01-06 16:01:23 +08:00
parent a60441174d
commit d025fb6f78

View File

@ -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();
}