Workflow parallel httpRequest error #6328

Closed
opened 2026-02-21 18:15:14 -05:00 by yindo · 4 comments
Owner

Originally created by @itiwant on GitHub (Oct 25, 2024).

Self Checks

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

Dify version

0.10.1

Cloud or Self Hosted

Cloud, Self Hosted (Docker)

Steps to reproduce

error_dify

I run on the old version 0.9.1/0.8.3 it runs well, but on version 0.10.1 it runs with errors. And it is much slower than the 2 old versions, it feels like it is not parallel.

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @itiwant on GitHub (Oct 25, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.10.1 ### Cloud or Self Hosted Cloud, Self Hosted (Docker) ### Steps to reproduce ![error_dify](https://github.com/user-attachments/assets/f9ee9fc3-4156-48ec-87bd-cbdd6793d613) I run on the old version 0.9.1/0.8.3 it runs well, but on version 0.10.1 it runs with errors. And it is much slower than the 2 old versions, it feels like it is not parallel. ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug🤔 cant-reproduce🌊 feat:workflow labels 2026-02-21 18:15:14 -05:00
yindo closed this issue 2026-02-21 18:15:15 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Oct 25, 2024):

Hey there, @itiwant! 👋 I'm here to help you with bugs, questions, and even becoming a contributor. Let's squash those bugs together!

I found some similar discussions that might be relevant to your issue:

  1. This is a major issue with parallel execution in the workflow. In version 0.8.0, the issue classifier was treated as a parallel execution branch. - This discussion is still open and might provide insights into parallel execution issues.

  2. [cloud.dify.ai] Node HTTP Request run failed: Reached maximum retries (3) for URL https://api.dify.ai/v1/chat-messages - This discussion is also open and directly relates to HTTP request failures due to maximum retries, similar to what you're experiencing.

  3. How should I configure http requests in workflow? - This discussion might offer guidance on configuring HTTP requests in workflows.

Regarding the changes in version 0.10.1, there were significant updates to the workflow execution engine, including new tables and columns for detailed logging and tracking of workflow executions [1]. However, specific details about changes to parallel HTTP request handling in version 0.10.1 were not found in the available data.

If your issue persists, you might want to explore these discussions further for potential solutions or workarounds.

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Oct 25, 2024): <!-- Greeting --> Hey there, @itiwant! 👋 I'm here to help you with bugs, questions, and even becoming a contributor. Let's squash those bugs together! <!-- Answer --> I found some similar discussions that might be relevant to your issue: 1. [This is a major issue with parallel execution in the workflow. In version 0.8.0, the issue classifier was treated as a parallel execution branch.](https://github.com/langgenius/dify/discussions/8285) - This discussion is still open and might provide insights into parallel execution issues. 2. [[cloud.dify.ai] Node HTTP Request run failed: Reached maximum retries (3) for URL https://api.dify.ai/v1/chat-messages](https://github.com/langgenius/dify/discussions/6968) - This discussion is also open and directly relates to HTTP request failures due to maximum retries, similar to what you're experiencing. 3. [How should I configure http requests in workflow?](https://github.com/langgenius/dify/discussions/5875) - This discussion might offer guidance on configuring HTTP requests in workflows. Regarding the changes in version 0.10.1, there were significant updates to the workflow execution engine, including new tables and columns for detailed logging and tracking of workflow executions <sup>[[1]](https://github.com/langgenius/dify/blob/main/api/migrations/versions/b289e2408ee2_add_workflow.py)</sup>. However, specific details about changes to parallel HTTP request handling in version 0.10.1 were not found in the available data. If your issue persists, you might want to explore these discussions further for potential solutions or workarounds. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Author
Owner

@Yi-Lyu commented on GitHub (Oct 28, 2024):

Also upgraded to v0.10.1 and encountered a similar problem, help.

@Yi-Lyu commented on GitHub (Oct 28, 2024): Also upgraded to v0.10.1 and encountered a similar problem, help.
Author
Owner

@crazywoola commented on GitHub (Oct 31, 2024):

Please upgrade to v0.10.2

@crazywoola commented on GitHub (Oct 31, 2024): Please upgrade to v0.10.2
Author
Owner

@liaoxinpei-1 commented on GitHub (Nov 7, 2024):

0.11.0 version has the same issue occurring.

@liaoxinpei-1 commented on GitHub (Nov 7, 2024): 0.11.0 version has the same issue occurring.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#6328