langgenius / dify

Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
https://dify.ai
Other
53.23k stars 7.77k forks source link

Didn't wait for the branch to end completely #11035

Closed BingZi-233 closed 4 days ago

BingZi-233 commented 5 days ago

Self Checks

Dify version

0.11.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

QQ_1732447070920

✔️ Expected Behavior

Normal end

❌ Actual Behavior

Expected Behavior

dosubot[bot] commented 5 days ago

@BingZi-233 Hi there! I'm here to help you with any bugs, questions, or contributions you have for Dify. I'm a bot designed to assist you while waiting for a human maintainer. Let's tackle this issue together!

I found a similar closed issue where conversations were interrupted unexpectedly. The issue was related to the listen_timeout value in the ApplicationQueueManager class, which was set to 600 seconds. If the conversation lasted longer, it would be interrupted. This was addressed in a past update, and upgrading to version 0.5.7 resolved the issue [1].

Additionally, there was an open issue about workflows not producing output when using more than one web scraper. This was resolved by switching to custom web scraping tools [2].

You might want to check if these solutions are applicable to your situation or if there are any updates or configurations in your current version that could address the issue.

To continue talking to Dosu, mention @dosu.

crazywoola commented 5 days ago

Please provide a minimal DSL.