Is there a way to stream back the responses of agent that are executed by queue workers? #8724
Unanswered
rohitshrestha-nordra
asked this question in
Help
Replies: 0 comments
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.
-
The flow we want to achieve:
User provides a task to Agent to create 500 things.
The agent would take the task in process the data for those things and push in to the queue in batches.
We have multiple workers that consumes from the queue where the data are created.
I need to stream these results of creation from queue back to the client.
Is there a way to stream them back to the client without having the main stream interrupted/aborted?
Beta Was this translation helpful? Give feedback.
All reactions