add workflow 客户信息补全【156,dev

This commit is contained in:
root 2025-12-08 11:33:40 +08:00
parent 4778c8050c
commit 2e90f217af
4 changed files with 4 additions and 4 deletions

View File

@ -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 = {

View File

@ -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 = {

View File

@ -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 = {

View File

@ -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 = {