Skip to content

Commit

Permalink
fix: add retry feature to code node (#12005)
Browse files Browse the repository at this point in the history
Co-authored-by: Novice Lee <[email protected]>
  • Loading branch information
Nov1c444 and Novice Lee authored Dec 23, 2024
1 parent dfc25db commit dc19cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/workflow/nodes/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ class FailBranchSourceHandle(StrEnum):


CONTINUE_ON_ERROR_NODE_TYPE = [NodeType.LLM, NodeType.CODE, NodeType.TOOL, NodeType.HTTP_REQUEST]
RETRY_ON_ERROR_NODE_TYPE = [NodeType.LLM, NodeType.TOOL, NodeType.HTTP_REQUEST]
RETRY_ON_ERROR_NODE_TYPE = CONTINUE_ON_ERROR_NODE_TYPE

0 comments on commit dc19cd5

Please sign in to comment.