Skip to content

RetryLedger

stable

Log of retry attempts with backoff timing

Learning/Storybook ↗
import { RetryLedger } from "@nodus/design-system/patterns"
Loading demo…

Props

toolrequired
Type stringDefault

Name of the tool being retried

attemptsrequired
Type Attempt[]Default

Array of retry attempts ({ attemptNumber, timestamp, action, resultSummary, status, durationMs })

finalStatusrequired
Type "resolved" | "abandoned" | "escalated"Default

Final outcome of the retry sequence

totalDurationMsrequired
Type numberDefault

Total time across all attempts in milliseconds

Metadatasemantictypebordersurface
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?