feat: CMA P1+P2 Round1 — 成本法对比+杜邦分析+本量利
This commit is contained in:
+3
-3
@@ -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"
|
||||
Reference in New Issue
Block a user