Replies: 1 comment
-
I wouldn't suggest relying on finishing jobs to return back a response to the client, since there's no guarantee that the job will be finished in a reasonable amount of time for a response. |
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 am trying to use bullMQ flows with express.js based API. When level2 jobs finish, level1 job gets the results from the children, does some extra processing and returns a result (a single number). How can i send the final result from level1 queue inside an express.js request handler?
Beta Was this translation helpful? Give feedback.
All reactions