faastjs > Limits > concurrency
Limits.concurrency property
The maximum number of concurrent executions of the underlying function to allow. Must be supplied, there is no default. Specifying 0
or Infinity
is allowed and means there is no concurrency limit.
Signature:
concurrency: number;