Resilience Utilities (@heossi/qnsi-resilience)

@heossi/qnsi-resilience is the small shared utility package used by QNSI service clients and SDK-adjacent runtime code for fault handling.

Resilience Utilities (@heossi/qnsi-resilience)

@heossi/qnsi-resilience is the small shared utility package used by QNSI service clients and SDK-adjacent runtime code for fault handling.

Install

pnpm add @heossi/qnsi-resilience

Features

  • circuit breakers
  • timeout controls
  • retry orchestration
  • fault-isolation helpers used by shared client layers

Usage

import { CircuitBreaker } from "@heossi/qnsi-resilience";