You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
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.
Self Checks
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
The text was updated successfully, but these errors were encountered: