Replies: 1 comment 2 replies
|
By default, Dify executes workflow nodes sequentially—even if your diagram shows parallel branches—because the worker pool is set to only one worker. To enable true parallel execution, set If you still see sequential execution after updating the settings, check that the environment variables are actually set inside your running containers, that Docker has enough CPU/memory allocated, and that your workflow design doesn’t have hidden dependencies or nodes with multiple incoming edges (which Dify’s engine doesn’t fully support for parallelism). Also, technical bottlenecks like synchronous APIs or blocking I/O can prevent true parallelism, and sometimes the UI may show sequential execution even if parallelism is happening under the hood. For more details and troubleshooting steps, see this discussion. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Uh oh!
There was an error while loading. Please reload this page.
Self Checks
Content
workflow:

exexute process:

All reactions