disableConcurrencyQuotaOverflowBuffering property

bool? disableConcurrencyQuotaOverflowBuffering
getter/setter pair

If set to true, the execution will not be backlogged when the concurrency quota is exhausted.

The backlog execution starts when the concurrency quota becomes available.

Optional.

Implementation

core.bool? disableConcurrencyQuotaOverflowBuffering;