maxConcurrentDispatches property

int? maxConcurrentDispatches
getter/setter pair

The maximum number of concurrent tasks that Cloud Tasks allows to be dispatched for this queue.

After this threshold has been reached, Cloud Tasks stops dispatching tasks until the number of concurrent requests decreases. If unspecified when the queue is created, Cloud Tasks will pick the default. The maximum allowed value is 5,000. This field has the same meaning as max_concurrent_requests in queue.yaml/xml.

Implementation

core.int? maxConcurrentDispatches;