Skip to main content

DegradationMode

@forge/monorepo


@forge/monorepo / backend/src / DegradationMode

Type Alias: DegradationMode

DegradationMode = "graceful-queueing" | "honest-refusal" | "errors" | "backlog" | "not-reached"

Defined in: backend/src/loadtest/metrics.ts:211

Where behaviour degrades, and how — AC-1.

The criterion asks for the manner as well as the point, so this is a union rather than a number. "Throughput peaked at 40/s" tells an operator nothing about whether the next request queues or fails, and those need completely different responses.