PartRetry
Bounded Retry
Wrap any action in an exponential-backoff retry that gives up after N attempts and surfaces the last error cleanly.
#retry#backoff#resilience
Sub-graph schematic5 nodes · 5 edges
How it works
The single most reused node in a dark factory. Drop it around any flaky action — a tool call, a model request, a network hop — and it retries with backoff up to a hard cap, then fails loudly with the last error instead of hanging. The cap is the whole point: unbounded retries are how factories quietly burn a budget at 3am.