feat: LLM并发模式统一——batch_reassess/trade_capture加concurrent=True(盘前批量4worker不再全压同一key,router round-robin分key), parallel_batch worker 4→6(6 key用满)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# parallel_batch.sh — 并发批量12维重评(分片+key池偏移+统一flush)
|
||||
# 用法: bash parallel_batch.sh [N] [type]
|
||||
# N=worker数(默认4) type=holding|watchlist|all(默认all)
|
||||
N=${1:-4}
|
||||
N=${1:-6} # 2026-08-24 4→6: OCG router 6 key 用满(concurrent=True round-robin防撞)
|
||||
TYPE=${2:-all}
|
||||
cd /home/hmo/MoFin/deploy/profile-scripts
|
||||
echo "[parallel] launching $N workers (type=$TYPE) at $(date '+%F %T')"
|
||||
|
||||
Reference in New Issue
Block a user