Const DEFAULT_FARM_OPTIONS
DEFAULT_FARM_OPTIONS: object
killTimeout
killTimeout: number = 500
maxConcurrentCalls
maxConcurrentCalls: number = Infinity
maxConcurrentCallsPerWorker
maxConcurrentCallsPerWorker: number = 10
maxIdleTime
maxIdleTime: number = Infinity
maxRetries
maxRetries: number = 3
module
module: string = ""
numberOfWorkers
numberOfWorkers: any = require("os").cpus().length
serializerPath
serializerPath: string = serializers.JSON
timeout
timeout: number = Infinity
ttl
ttl: number = Infinity
fork
fork: object
args
args: string[] = process.argv
cwd
cwd: string = process.cwd()
env
env: ProcessEnv = process.env
execArgv
execArgv: string[]
execPath
execPath: string = process.execPath
silent
silent: false = false