From 966edbacd49c7db9311765b15fedea5aa1a169d4 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 13 Mar 2024 17:41:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0celery=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E4=BF=A1=E6=81=AF2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/monitor/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/monitor/views.py b/apps/monitor/views.py index 1d96716c..996c23de 100755 --- a/apps/monitor/views.py +++ b/apps/monitor/views.py @@ -41,9 +41,9 @@ class CeleryInfoView(APIView): def get(self, request, *args, **kwargs): """ - 获取服务器当前状态 + 获取celery状态信息 - cpu/内存/硬盘 + 获取celery状态信息 """ return Response(CeleryMonitor.get_stats())