Intermittent Burst Absorption¶
Prepare for irregular bursts by providing temporary absorption capacity and post-burst recovery.
The Diagnostic Story¶
Symptom: The system handles ordinary load without trouble but periodically receives a spike that collapses normal service. Urgent items get buried in burst noise, and the default response is emergency improvisation that no one has planned or practiced. After the spike passes, a hidden recovery debt remains because the burst consumed resources that were never replenished. Downstream subsystems receive shock waves from the overflow.
Pivot: Identify burst patterns and thresholds, then create a temporary absorption mode using holding capacity, surge capacity, overflow routing, or bounded throttling. Govern priorities explicitly during overload, preserve the normal operating boundary so it can resume cleanly, and plan post-burst recovery as part of the burst response rather than as an afterthought.
Resolution: Overload during irregular spikes is reduced and critical cases stay visible even at peak load. Burst-mode behavior becomes more predictable because it follows a designed response rather than improvisation. Backlog is bounded and recovery is faster, reducing the hidden debt that previously accumulated with each episode.
Reach for this when you hear…¶
[emergency medicine] “When a mass casualty event comes in, we need a surge protocol — not heroics — so the trauma bay doesn't collapse and we still know who the most critical patients are.”
[cloud infrastructure] “Black Friday traffic triples in an hour; without a queue buffer in front of the checkout service the whole thing falls over and we lose sales.”
[tax authority processing] “Filing deadline day is chaos every year because we designed for average load — we need a holding queue so late submissions don't crash the portal for everyone.”
Mechanisms / Implementations¶
- Surge Queue: Holds burst arrivals in an ordered, governed waiting line — with triage, aging, escalation, and release rules — so the primary process serves them in priority order instead of collapsing under the immediate load.
- Burst Buffer: Absorbs a spike into a temporary store so the downstream process keeps running at its steady rate instead of being hit by the burst directly.
- Elastic Capacity Scaling: Watches a load indicator and automatically adds capacity when it crosses a threshold, then removes it when the burst subsides — matching supply to demand in near-real time.
- On-Call Response Rotation: Keeps a qualified responder reachable and empowered to act at all times by rotating the duty across a group, so an irregular spike is caught immediately without paying to staff the peak around the clock.
- Incident Surge Team: Stands up a temporary cross-functional team with defined roles and burst-mode authority to coordinate the response, contain the blast radius, and track every open item until the spike is resolved.
- Backup Staffing Pool: Keeps a bench of cross-trained people who can be pulled in numbers for a burst shift, then stood down to recover and rebuild the bench before the next spike.
- Triage Protocol: A rule set that rapidly sorts burst arrivals by urgency, severity, and reversibility so scarce capacity goes where it preserves the most important outcomes — and openly defers or drops the rest.
- Rate Limit with Burst Allowance: Lets inflow spike freely up to a bounded allowance but caps the sustained rate, so short bursts pass while a prolonged flood is throttled or shed before it exhausts the system.
- Overflow Channel: Reroutes excess load to a pre-arranged alternate channel — a second site, partner, or queue — once the primary saturates, so the burst is served elsewhere instead of overwhelming the primary.
- Peak Response Reserve: Ring-fences a stock of money, materiel, or headroom that is held out of ordinary use, drawn down only during a spike, and topped back up afterward under an explicit replenishment rule.
- Flash Crowd Playbook: A pre-authored script for sudden surges of traffic, attention, or demand that names the likely triggers and pre-grants the authority to switch into burst mode, so response starts before improvisation turns to chaos.
- Post-Burst After-Action Review: After the spike passes, reconstructs what triggered it and how absorption actually performed, surfaces the hidden backlog and recovery debt it left, and feeds sharper thresholds and burst profiles into the next round.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (3)
- Absorptive Capacity: Ability to integrate knowledge.
- Intermittency: Irregular bursts.
- Resilience: Absorb shocks and adapt.
Also references 11 related abstractions
- Adaptation: Systems adjust to conditions.
- Boundedness: Values remain within limits.
- Fault Tolerance: Continue operating under failure.
- Flow: Structured movement of energy, matter, or information.
- Observability: Infer internal state externally.
- Queueing: Organizes tasks into a waiting line based on arrival and service rates.
- Resource Management: Allocation of finite assets.
- Scalability: Handle growth.
- System Slack: Extra capacity for resilience.
- Threshold: Safe vs harmful levels.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Surge Queue Absorption · mechanism family variant · recognized
Absorbs irregular bursts by placing excess arrivals into an explicitly governed queue until normal processing can catch up.
Elastic Surge Absorption · implementation variant · recognized
Absorbs bursts by temporarily expanding capacity and then scaling back after recovery.
Incident Surge Mobilization · governance variant · recognized
Absorbs bursts by temporarily mobilizing a special response structure, authority, or team for the duration of the spike.
Overflow Absorption · implementation variant · recognized
Absorbs bursts by routing excess load to an alternate path or reserve channel when the primary channel saturates.