Replies: 1 comment 2 replies
-
Not sure exactly what you are looking for but in BullMQ we have flows https://docs.bullmq.io/guide/flows |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I have a pipeline and each pipeline contains several stages.
my problem is that I want to group bulk jobs added for stages.(connected to the same pipeline).
Instead of creating a Queue for each pipeline, I need a better solution.
In my opinion the solution would be Grouping somehow the stages to a pipeline or have parent-child relationship between jobs.
Please anyone?
Beta Was this translation helpful? Give feedback.
All reactions