Hi, I would like to use background workers for my node web service. Currently I am using Express.js with bullMq in the same web service.
I would like to migrate my backgroud taks to background-workers but the documentation is not clearer and there is no example on how to deploy it with node.
i hope the getting started guide could be a bit better. I’m not sure if I should keep bullMq or how to refactor my code to deploy it as background-worker.