Loading patterns…
Scatter-Gather
Distributes requests to multiple services and collects responses
In 30 seconds
- What
- Sends a request to multiple services in parallel, then waits for and combines their responses into one result.
- When to use
- You need data from several independent sources and can tolerate partial results if some services are slow or fail.
- Watch out
- Timeout must be short enough to avoid user-facing delays, but long enough that you don't discard valid responses.
Ask the AI expert about this pattern
Opens the assistant with your question prefilled. You review it before sending.
Scatter-Gather: Overview
Distributes requests to multiple services and collects responses
- Request distribution
- Response aggregation
- Timeout management
- Partial result handling
The Agent Architect
One pattern, one tradeoff, one production failure story. A short weekly briefing for people building agentic systems.
Weekly email, one-click unsubscribe. We only use your address to send the briefing.
References
The papers, specifications, and repositories this pattern is based on.