新增实时数据采集脚本

This commit is contained in:
pengtao 2019-08-19 16:53:21 +08:00
parent d471e27fa0
commit 8f695fe463

View File

@ -26,7 +26,7 @@ def get_event():
def run_tasks():
# args = get_event()
args = [].append('1004')
args = ((1004, 6001, 'user'), (1016, 6001, 'share'))
pool = Pool(processes=cpu_count())
pool.map(simple_work, args)
pool.close()