新增管道健康风险预测 api

This commit is contained in:
JIANG
2025-12-17 17:02:22 +08:00
parent 0865bdb2ae
commit e3a04ec297
7 changed files with 297 additions and 18 deletions

View File

@@ -13,6 +13,6 @@ if __name__ == "__main__":
"main:app",
host="0.0.0.0",
port=8000,
workers=2, # 这里可以设置多进程
# workers=2, # 这里可以设置多进程
loop="asyncio",
)