ProcessManagerOptions
Index
Properties
Properties
optionalmaxPhpInstances
optionalphpFactory
A factory function used for spawning new PHP instances.
optionaltimeout
The number of milliseconds to wait for a PHP instance when all instances are busy. If the timeout is reached, we assume all the PHP instances are deadlocked and throw MaxPhpInstancesError.
Default: 30000
The maximum number of PHP instances that can be in use at the same time.