feat: ana batch时等待10s
This commit is contained in:
parent
0735b5d2b7
commit
1445a14a9a
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue