id | title | hide_title |
---|---|---|
faastjs.limits.concurrency |
Limits.concurrency property |
true |
faastjs > Limits > concurrency
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;