From 1445a14a9a0c4b0861afe995c39c424986d4d9a8 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 22 May 2025 16:50:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20ana=20batch=E6=97=B6=E7=AD=89=E5=BE=851?= =?UTF-8?q?0s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wpm/services_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wpm/services_2.py b/apps/wpm/services_2.py index 284618ef..830ccc0d 100644 --- a/apps/wpm/services_2.py +++ b/apps/wpm/services_2.py @@ -23,7 +23,7 @@ def ana_batch(xbatchs: list): """ 批次统计分析 """ - time.sleep(3) + time.sleep(10) xbatchs = list(set(xbatchs)) for xbatch in xbatchs: get_alldata_with_batch_and_store(xbatch)