add workflow 客户信息补全【156,dev
This commit is contained in:
parent
4778c8050c
commit
2e90f217af
|
|
@ -329,7 +329,7 @@ def process_single_item(api_client, item_text, type, item_index, total_count):
|
|||
def main():
|
||||
"""主函数"""
|
||||
# 配置并发数
|
||||
MAX_WORKERS = 3 # 可调整为5或10
|
||||
MAX_WORKERS = 10 # 可调整为5或10
|
||||
|
||||
# 数据库配置
|
||||
db_config = {
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@ def process_single_item(api_client, item_text, type, item_index, total_count):
|
|||
def main():
|
||||
"""主函数"""
|
||||
# 配置并发数
|
||||
MAX_WORKERS = 3 # 可调整为5或10
|
||||
MAX_WORKERS = 10 # 可调整为5或10
|
||||
|
||||
# 数据库配置
|
||||
db_config = {
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@ def process_single_item(api_client, item_text, type, item_index, total_count):
|
|||
def main():
|
||||
"""主函数"""
|
||||
# 配置并发数
|
||||
MAX_WORKERS = 3 # 可调整为5或10
|
||||
MAX_WORKERS = 10 # 可调整为5或10
|
||||
|
||||
# 数据库配置
|
||||
db_config = {
|
||||
|
|
|
|||
|
|
@ -329,7 +329,7 @@ def process_single_item(api_client, item_text, type, item_index, total_count):
|
|||
def main():
|
||||
"""主函数"""
|
||||
# 配置并发数
|
||||
MAX_WORKERS = 3 # 可调整为5或10
|
||||
MAX_WORKERS = 10 # 可调整为5或10
|
||||
|
||||
# 数据库配置
|
||||
db_config = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue