fixed up worker counts
This commit is contained in:
parent
f41622e530
commit
fa67d666dc
5 changed files with 182 additions and 28 deletions
|
|
@ -152,6 +152,7 @@ export class QueueManager {
|
|||
concurrency,
|
||||
startWorker: workers > 0 && !this.config.delayWorkerStart,
|
||||
handlerRegistry: options.handlerRegistry || this.handlerRegistry,
|
||||
serviceName: this.config.serviceName,
|
||||
};
|
||||
|
||||
const queue = new Queue(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue