Skip to main content

Class: EffectiveRateLimit

v1.DescribeTaskQueueResponse.EffectiveRateLimit

Represents an EffectiveRateLimit.

Properties

rateLimitSource

rateLimitSource: RateLimitSource

Source of the RateLimit Configuration,which can be one of the following values:

  • SOURCE_API: The rate limit that is set via the TaskQueueConfig api.
  • SOURCE_WORKER: The rate limit is the value set using the workerOptions in TaskQueueActivitiesPerSecond.
  • SOURCE_SYSTEM: The rate limit is the default value set by the system

requestsPerSecond

requestsPerSecond: number

The effective rate limit for the task queue.

Methods

toJSON

toJSON(): Object

Converts this EffectiveRateLimit to JSON.

Returns

Object

JSON object


create

create(properties?): EffectiveRateLimit & $Properties

Creates a new EffectiveRateLimit instance using the specified properties.

Parameters

NameTypeDescription
properties?$PropertiesProperties to set

Returns

EffectiveRateLimit & $Properties

EffectiveRateLimit instance

create(properties?): EffectiveRateLimit

Parameters

NameType
properties?$Properties

Returns

EffectiveRateLimit


decode

decode(reader, length?): EffectiveRateLimit & $Properties

Decodes an EffectiveRateLimit message from the specified reader or buffer.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from
length?numberMessage length if known beforehand

Returns

EffectiveRateLimit & $Properties

EffectiveRateLimit

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): EffectiveRateLimit & $Properties

Decodes an EffectiveRateLimit message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

EffectiveRateLimit & $Properties

EffectiveRateLimit

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


encode

encode(message, writer?): Writer

Encodes the specified EffectiveRateLimit message. Does not implicitly temporal.api.workflowservice.v1.DescribeTaskQueueResponse.EffectiveRateLimit.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesEffectiveRateLimit message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

Encodes the specified EffectiveRateLimit message, length delimited. Does not implicitly temporal.api.workflowservice.v1.DescribeTaskQueueResponse.EffectiveRateLimit.verify|verify messages.

Parameters

NameTypeDescription
message$PropertiesEffectiveRateLimit message or plain object to encode
writer?WriterWriter to encode to

Returns

Writer

Writer


fromObject

fromObject(object): EffectiveRateLimit

Creates an EffectiveRateLimit message from a plain object. Also converts values to their respective internal types.

Parameters

NameTypeDescription
objectObjectPlain object

Returns

EffectiveRateLimit

EffectiveRateLimit


toObject

toObject(message, options?): Object

Creates a plain object from an EffectiveRateLimit message. Also converts values to other types if specified.

Parameters

NameTypeDescription
messageEffectiveRateLimitEffectiveRateLimit
options?IConversionOptionsConversion options

Returns

Object

Plain object