feat: CMA P1+P2 Round1 — 成本法对比+杜邦分析+本量利

This commit is contained in:
Hermes CI Fix
2026-07-16 16:39:24 +08:00
parent 46fa811d52
commit 4b25f46124
8728 changed files with 1772671 additions and 151 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#!/bin/bash
cd /root/cma-management/backend
pkill -f uvicorn 2>/dev/null
pkill -f "port 8010.*cma" 2>/dev/null
sleep 2
python3 -m uvicorn app.main:app --host 0.0.0.0 --port 8010 &
/root/cma-management/backend/venv/bin/python3 -m uvicorn app.main:app --host 0.0.0.0 --port 8010 --workers 1 --limit-max-requests 10000 --timeout-keep-alive 30 --no-access-log &
disown
sleep 5
pgrep -af uvicorn
pgrep -af "port 8010"