Skip to content
SP StackPractices

Tag: fault-containment

1 resource tagged with "fault-containment" on StackPractices.

Bulkhead Pattern

Isolate different parts of an application into pools so that a failure in one does not cascade to others. A resilience pattern for fault containment.