Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for new JobFlow #754

Closed
Pietrox opened this issue Apr 12, 2021 · 1 comment
Closed

Support for new JobFlow #754

Pietrox opened this issue Apr 12, 2021 · 1 comment

Comments

@Pietrox
Copy link

Pietrox commented Apr 12, 2021

I'm submitting a... feature request

taskforcesh/bullmq#454 - new Job Flow feature topic
taskforcesh/bullmq#468 - issue that I found out it's regarding nestjs/bull instead of the update

When using the standard:

constructor(@InjectQueue('QueueName') private readonly flow: Flow){}

The formula correctly injects the Queue but it will not allow to register the Parent/Child queue properly with their names provided like in new feature documentation:

https://docs.bullmq.io/guide/jobs/parent-child-jobs

Regarding bullmq vs bull package, both work really well by using the "Queue" class.

@kamilmysliwiec
Copy link
Member

This package currently does not support bullmq library. Also, it's very likely we'll eventually publish a separate integration (outside of this package) instead of deprecating the bull itself (to avoid breaking changes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants