Skip to main content
在 Manus 中运行任何 Skill
一键导入

parallel-subagent-fanout-rate-limit-recover-from-disk

星标2
分支0
更新时间2026年7月8日 11:09

Large parallel subagent fan-outs (dispatching many Agent/Task subagents at once to each extract/transform a chunk and WRITE a file) hit a server-side rate limit, AND the agent RETURN STATUS lies about what got produced. Use when: (1) dispatching more than ~5-6 concurrent subagents and seeing "Server is temporarily limiting requests (not your usage limit) · Rate limited"; (2) deciding which "failed" subagents to re-run after a throttled batch; (3) a graphify-style chunked extraction (28 chunks → 28 subagents) where some agents error on their final return. Two facts: concurrency >~5 trips server-side throttling (distinct from your usage limit), and a throttled/errored agent usually ALREADY WROTE its output file before the error hit on its final summary — so check disk for the expected files, not the agent return, when deciding retries. Fix: batch at ≤4-5 concurrent; re-dispatch only chunks whose files are actually missing/empty. v1.1.0 adds the USER-ACCOUNT session-limit variant ("You've hit your session limit

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

SKILL.md
readonly