Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDistributedQueryWorkerOptions

Hierarchy

Index

Properties

Optional allowed

allowed: {}

Define which nodes can execute requests on which nodes, if empty all are allowed

allowed: node01: * node02:

  • OnlySpecialType

Type declaration

  • [nodeId: string]: string | string[]

Optional concurrent

concurrent: number

Number of concurrent executions

Optional logger

logger: ILoggerApi

Override standard logger

name

name: string

Name of the queue

Optional onlyRemote

onlyRemote: boolean

Allow send request on own node worker

Generated using TypeDoc