mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 17:54:15 +08:00
Dry-run by default; live calls require a key and wait until 16:00 Asia/Shanghai unless --force, so Stage A off-peak probing stays intentional. Co-authored-by: Cursor <cursoragent@cursor.com>
792 B
792 B
TickFlow Pro Phase 1 probe
Process-local rate-limit safety (80% RPM) is already on branch cursor/tickflow-pro-rate-limit-p0.
Dry-run (safe anytime)
cd backend
python3 scripts/probe_tickflow_pro.py
Writes sanitized plan under reports/tickflow_pro_probe/<timestamp>/.
Live probe (off-peak)
Requirements:
TICKFLOW_API_KEYin the environment (never commit the key)- Prefer after 16:00 Asia/Shanghai (Stage A off-peak vs Gold)
- Before 16:00 only with
--force
cd backend
TICKFLOW_API_KEY=... python3 scripts/probe_tickflow_pro.py --live
Golden symbols: 000403.SZ, 600489.SH, 300059.SZ.
Out of scope
- Full-market backfill
- Gold Shadow deploy / Telegram ownership
- Claiming cross-product shared rate limits (still process-local)