@pwngh/economy-lab
    Preparing search index...

    Function detectRetryExhaustion

    • Sums exhausted retry-budget signals over the trailing window and fires at or above the threshold, or returns null. Unlike a deadlock storm these are caller-visible failures: every exhaustion is a submit that errored back to its caller after the whole budget was spent. The finding tallies per engine.

      Parameters

      • signals: SignalFeed
      • now: number
      • options: { threshold: number; windowMs: number }

      Returns RetryExhaustionFinding | null