From fede7e3648b68abb1a8a13d32f6856c6068a6774 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 11 Feb 2020 17:38:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8C=87=E4=BB=A4=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=85=BC=E5=AE=B9=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/Queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/admin/controller/Queue.php b/application/admin/controller/Queue.php index a6d811362..bbb2736bc 100644 --- a/application/admin/controller/Queue.php +++ b/application/admin/controller/Queue.php @@ -51,6 +51,7 @@ class Queue extends Controller $this->command = ProcessService::instance()->think('xtask:start'); $this->listen = preg_match('/process.*?\d+.*?running/', $this->message, $attr); } catch (\Exception $exception) { + $this->listen = false; $this->message = $exception->getMessage(); } $this->title = '系统任务管理';