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

Upgrade bullmq and implement more advanced queue/job features #45

Open
joshmanders opened this issue Mar 8, 2024 · 0 comments
Open
Labels
component:queue Pertains to the kubit/queue component status:accepted We have accepted this request and plan to do it but aren't sure when type:feature New feature or request

Comments

@joshmanders
Copy link
Member

We need to bring BullMQ up to latest version, and implement more advanced queue/job features like methods in the Job class for chaining on dispatch for changing what connection that job should dispatch to.

ExampleJob.dispatch({ ... }).on('other-connection');

Also things for controlling the job when dispatching like setting default config on the job class itself, and overriding those with a second param on the Job#dispatch(payload, options) method.

@joshmanders joshmanders added type:feature New feature or request component:queue Pertains to the kubit/queue component status:accepted We have accepted this request and plan to do it but aren't sure when labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:queue Pertains to the kubit/queue component status:accepted We have accepted this request and plan to do it but aren't sure when type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant