interface WorkerShardingStrategyOptions
Options for a WorkerShardingStrategy
externalnumber | 'all' shardsPerWorker :
Dictates how many shards should be spawned per worker thread.
optionalexternalstring workerPath? :
Path to the worker file to use. The worker requires quite a bit of setup, it is recommended you leverage the WorkerBootstrapper class.