concurrency property

JSAny? get concurrency

Number of requests a function can serve at once.

@remarks Can only be applied to functions running on Cloud Functions v2. A value of null restores the default concurrency (80 when CPU >= 1, 1 otherwise). Concurrency cannot be set to any value other than 1 if cpu is less than 1. The maximum value for concurrency is 1,000.

Implementation

external JSAny? get concurrency;