Skip to content

Node type proposal: Retry/Backoff #24

@sbaker

Description

@sbaker

Wrap any downstream node or sub-graph with configurable retry logic. Properties: max retries, backoff strategy (fixed, linear, exponential), base delay, max delay, jitter, retry conditions (on error, on specific status codes, on output matching a pattern). Logs each attempt. Different from the errorHandler node which catches and routes errors - this node specifically retries the operation. Essential for resilient workflows that call flaky APIs or rate-limited services.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew functionalityproposalIdea or RFC for discussion before committing to build

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions