Pattern · seen in 1 breakdown across 1 company
Throttled Readmission
Definition
After an extended outage, reintroduce load in small, controlled increments rather than reopening the gates — admitting a percentage of users or traffic at a time (via DNS steering, load-balancer weights, or feature gates), verifying key health signals at each step, and holding or backing off if they degrade. A system recovering from a full stop is not the system that ran yesterday: caches are cold, autoscaling history is gone, and dependencies are freshly restarted, so the load it handled routinely can now push it straight back into collapse.
The pattern treats recovery as its own operating regime with its own capacity curve, and converts the question 'is it safe to reopen?' — unanswerable in one step — into a sequence of small questions the system answers with live evidence.
When it applies
Tradeoffs
The same move, 1 ways
Every row is a production system that bet on this pattern — the note says how, in that system's own terms.
Problems this pattern answers
The walls where its breakdowns live — each opens the cross-company comparison.