-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew functionalityNew functionalityproposalIdea or RFC for discussion before committing to buildIdea or RFC for discussion before committing to build
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew functionalityNew functionalityproposalIdea or RFC for discussion before committing to buildIdea or RFC for discussion before committing to build