How to return result_list to another queue? #1092
Unanswered
phpsmarter
asked this question in
Q&A
Replies: 1 comment
-
From bull's doc I learned when a real work done , we can send response data to another different queue. Actually It helps me to understand micro services . Which is really good . |
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
-
I made a workflow, scrape some content from html's list . So I want to wrap all queue flow, when I call workflow ,waiting jobs done , get a result_list . how to return result_list from this workflow?
like
let res=await queue_Flow()
?Beta Was this translation helpful? Give feedback.
All reactions