1
Execute deploy script
Connection timeout after 30s
30000msERROR
ETIMEDOUT
RECOVERY
Retry with increased timeout
import { RetryLedger } from "@nodus/design-system/patterns"| Prop | Type | Default | Description |
|---|---|---|---|
toolreq | string | — | Name of the tool being retried |
attemptsreq | Attempt[] | — | Array of retry attempts ({ attemptNumber, timestamp, action, resultSummary, status, durationMs }) |
finalStatusreq | "resolved" | "abandoned" | "escalated" | — | Final outcome of the retry sequence |
totalDurationMsreq | number | — | Total time across all attempts in milliseconds |
toolrequiredstringDefault —Name of the tool being retried
attemptsrequiredAttempt[]Default —Array of retry attempts ({ attemptNumber, timestamp, action, resultSummary, status, durationMs })
finalStatusrequired"resolved" | "abandoned" | "escalated"Default —Final outcome of the retry sequence
totalDurationMsrequirednumberDefault —Total time across all attempts in milliseconds
This component was designed to express: