From 2a01a22bb0be22de6bd756a93184b9dfc7170b70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Wed, 2 Mar 2022 22:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/api/Queue.php | 10 +++++----- app/admin/view/queue/index.html | 5 +++++ app/admin/view/queue/index_search.html | 13 ------------- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/app/admin/controller/api/Queue.php b/app/admin/controller/api/Queue.php index 6b7073b02..d5f58a724 100644 --- a/app/admin/controller/api/Queue.php +++ b/app/admin/controller/api/Queue.php @@ -98,15 +98,15 @@ class Queue extends Controller { if (AdminService::instance()->isSuper()) try { $message = $this->app->console->call('xadmin:queue', ['status'])->fetch(); - if (preg_match('/process.*?\d+.*?running/', $message, $attrs)) { - echo '' . $message . ''; + if (preg_match('/process.*?\d+.*?running/', $message)) { + echo "已启动"; } else { - echo '' . $message . ''; + echo "未启动"; } } catch (Exception $exception) { - echo '' . $exception->getMessage() . ''; + echo "异 常"; } else { - echo '只有超级管理员才能操作!'; + echo "无权限"; } } } \ No newline at end of file diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index d12a29ae8..f1677e29a 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -20,6 +20,11 @@ {block name="content"}
+ + 服务状态:检查中 + + + 任务统计:待处理 {$total.pre|default=0} 个任务,处理中 {$total.dos|default=0} 个任务,已完成 {$total.oks|default=0} 个任务,已失败 {$total.ers|default=0} 个任务。
diff --git a/app/admin/view/queue/index_search.html b/app/admin/view/queue/index_search.html index 7927f6211..d584b4f19 100644 --- a/app/admin/view/queue/index_search.html +++ b/app/admin/view/queue/index_search.html @@ -1,16 +1,3 @@ - -
- 服务状态 -
-

后台服务主进程运行状态

-
Checking task process running status ...
- -

配置定时任务来检查并启动进程(建议每分钟执行)

-
{$command|default='--'}
-
-
- -
条件搜索