vapor/queues

Add option to configure number of workers

madsodgaard opened this issue · 0 comments

It would be nice to give the user the ability to control the number of workers they wish to have, instead of being forced to use the default of 1 per core.

Possible API:
app.queues.configuration.numWorkers = 2