feat: ana batch时等待10s

This commit is contained in:
caoqianming 2025-05-22 16:50:15 +08:00
parent 0735b5d2b7
commit 1445a14a9a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def ana_batch(xbatchs: list):
""" """
批次统计分析 批次统计分析
""" """
time.sleep(3) time.sleep(10)
xbatchs = list(set(xbatchs)) xbatchs = list(set(xbatchs))
for xbatch in xbatchs: for xbatch in xbatchs:
get_alldata_with_batch_and_store(xbatch) get_alldata_with_batch_and_store(xbatch)