Interface WorkerShardingStrategyOptions

Options for a WorkerShardingStrategy

Hierarchy

  • WorkerShardingStrategyOptions

Properties

shardsPerWorker: number | "all"

Dictates how many shards should be spawned per worker thread.

workerPath?: string

Path to the worker file to use. The worker requires quite a bit of setup, it is recommended you leverage the WorkerBootstrapper class.

Methods

  • Handles a payload not recognized by the handler.

    Parameters

    • payload: any

    Returns unknown

Generated using TypeDoc