Skip to main content
Manusで任意のスキルを実行
ワンクリックで

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