Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 573 Bytes

faastjs.limits.concurrency.md

File metadata and controls

18 lines (13 loc) · 573 Bytes
id title hide_title
faastjs.limits.concurrency
Limits.concurrency property
true

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;