Interface protos.google.cloud.tasks.v2beta3.IRateLimits (2.3.6)

Properties of a RateLimits.

Package

@google-cloud/tasks!

Properties

maxBurstSize

maxBurstSize?: (number|null);

RateLimits maxBurstSize

Property Value
TypeDescription
(number|null)

maxConcurrentDispatches

maxConcurrentDispatches?: (number|null);

RateLimits maxConcurrentDispatches

Property Value
TypeDescription
(number|null)

maxDispatchesPerSecond

maxDispatchesPerSecond?: (number|null);

RateLimits maxDispatchesPerSecond

Property Value
TypeDescription
(number|null)