From 804746fde8ef17b386295c032fe0c09432a544fd Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 29 May 2026 09:32:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=96=B7=E7=A0=81=E6=97=B6=E5=81=B6?= =?UTF-8?q?=E5=B0=94=E5=87=BA=E7=8E=B0=E4=B8=8D=E5=B1=9E=E4=BA=8E=E9=98=9F?= =?UTF-8?q?=E5=88=97=E9=A1=B9=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/cm/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cm/views.py b/apps/cm/views.py index 2d4dc000..39ba0a7e 100644 --- a/apps/cm/views.py +++ b/apps/cm/views.py @@ -152,6 +152,7 @@ class LabelTemplateViewSet(CustomModelViewSet): client = CoderClient(ip=ip, port=port) coder_jobname = vdata.get("coder_jobname") + client.clear_queue() if coder_jobname: client.select_job(coder_jobname) client.clear_queue()