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)