Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 805 Bytes

faastjs.costanalyzer.workload.concurrency.md

File metadata and controls

18 lines (13 loc) · 805 Bytes
id title hide_title
faastjs.costanalyzer.workload.concurrency
CostAnalyzer.Workload.concurrency property
true

faastjs > CostAnalyzer > Workload > concurrency

CostAnalyzer.Workload.concurrency property

The amount of concurrency to allow. Concurrency can arise from multiple repetitions of the same configuration, or concurrenct executions of different configurations. This concurrency limit throttles the total number of concurrent workload executions across both of these sources of concurrency. Default: 64.

Signature:

concurrency?: number;