Replies: 1 comment
-
|
Update: Its works when set version flowiseai/flowise:3.0.4 && flowiseai/flowise-worker:3.0.4 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋
I’m implementing the queue system in our company’s Flowise setup, and I’ve run into a strange issue when running Flowise together with flowise-worker via Docker Compose.
When I configure the LLM node (or agent) with streaming disabled, the system throws a parse error.
However, when I enable streaming, everything works perfectly.
It seems the error only happens when the node runs without streaming, and only when the queue is enabled.
Has anyone experienced something similar or knows what could be causing this?
Configuration with bug (streaming disabled):
Working configuration (streaming enabled):
Additional context:
Environment: Docker Compose running flowise + flowise-worker
Queue configured according to official documentation
The error only occurs when the LLM node is not in streaming mode
Any ideas or suggestions would be greatly appreciated 🙏
Beta Was this translation helpful? Give feedback.
All reactions