Hi
We have a NestJS app which uses PgBoss to handle queues. it works just great
There can be scenarios on increased workloads to add more workers to process jobs
We can simply increase number of replicas of current application
But in worker mode, we really don’t need some modules, so i was wondering what is the correct way to implement this strategy without changing our Nest monolith