faastjs.limits.concurrency.md

April 11, 2023 ยท View on GitHub

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;