faastjs.costanalyzer.workload.concurrency.md

April 11, 2023 ยท View on GitHub

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;