export the parameter setting MAX_TREE_DEPTH in the .env
file.
#10983
Labels
🌊 feat:workflow
Workflow related stuff.
stale
Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
When I attempt to refresh my workflow, I encounter an error message indicating that "the nodes exceed the limit of 50." According to the user FAQ, the recommended solution for the community edition is to manually adjust the MAX_TREE_DEPTH limit for single branch depth in the file web/app/components/workflow/constants.ts. The default setting is set at 50, and it's crucial to be aware that overly deep branches could negatively impact performance, especially in self-hosted environments.
However, this solution is not applicable in my case since my deployment is managed through Docker. Therefore, I am seeking guidance on how to configure the MAX_TREE_DEPTH parameter when utilizing Docker for deployment.
2. Additional context or comments
No response
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: