See 'Bulkhead' in Distributed Systems. Isolating resources.
Thread pools.
class BulkheadPattern:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Bulkhead Pattern')