Upgrade bullmq and implement more advanced queue/job features #45
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
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.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.The text was updated successfully, but these errors were encountered: