Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RETRY on FAILURE Feature #12063

Closed
4 tasks done
zydisney opened this issue Dec 25, 2024 · 2 comments
Closed
4 tasks done

RETRY on FAILURE Feature #12063

zydisney opened this issue Dec 25, 2024 · 2 comments
Labels
📚 documentation Improvements or additions to documentation

Comments

@zydisney
Copy link

Self Checks

  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Provide a description of requested docs changes

I'm self-hosting the server, version 0.14.0.
I cannot find "RETRY on FAILURE" feature in the documntation
image

Copy link

dosubot bot commented Dec 25, 2024

Hello, @zydisney! I'm here to help you with any bugs, questions, or contributions you have. I'll be assisting you while we wait for a human maintainer. Let's tackle this together!

You can find documentation for the "RETRY on FAILURE" feature in version 0.14.0 of the self-hosted server in the section titled "Advanced Features" within the document. It explains that you can enable the Retry on Failure feature in a node and set the number of maximum retries and the retry interval. The maximum number of retries is 10, and the maximum retry interval is 5000 ms. If an error persists after retrying, the next process will follow the predefined strategy in the Error Handling feature. For more detailed information, you can refer to the HTTP Request Node documentation under the "Advanced Features" section [1][2].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@crazywoola
Copy link
Member

crazywoola commented Dec 25, 2024

See https://github.com/langgenius/dify/releases/tag/0.14.2

Workflow Retry Functionality: We've enhanced workflow resilience with a retry feature by @zxhlyh. Your nodes will make repeat attempts if they face execution errors, minimizing disruptions.

@dosubot dosubot bot added the 📚 documentation Improvements or additions to documentation label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants