From 2e27de7a3a0f636f38fe238d64460cab4da3cc16 Mon Sep 17 00:00:00 2001 From: Anyon Date: Sun, 2 Feb 2020 13:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=82=E5=B8=B8=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/Queue.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/admin/controller/Queue.php b/app/admin/controller/Queue.php index 61882a33b..c98862449 100644 --- a/app/admin/controller/Queue.php +++ b/app/admin/controller/Queue.php @@ -50,6 +50,7 @@ class Queue extends Controller $this->message = $this->app->console->call('xtask:state')->fetch(); $this->listen = preg_match('/process.*?\d+.*?running/', $this->message, $attr); } catch (\Exception $exception) { + $this->listen = false; $this->message = $exception->getMessage(); } }