Skip to main content

Class: ShutdownWorkerRequest

workflowservice.v1.ShutdownWorkerRequest

Represents a ShutdownWorkerRequest.

Properties

identity

identity: string

ShutdownWorkerRequest identity.


namespace

namespace: string

ShutdownWorkerRequest namespace.


reason

reason: string

ShutdownWorkerRequest reason.


stickyTaskQueue

stickyTaskQueue: string

sticky_task_queue may not always be populated. We want to ensure all workers send a shutdown request to update worker state for heartbeating, as well as cancel pending poll calls early, instead of waiting for timeouts.


taskQueue

taskQueue: string

Task queue name the worker is polling on. This allows server to cancel all outstanding poll RPC calls from SDK. This avoids a race condition that can lead to tasks being lost.


taskQueueTypes

taskQueueTypes: TaskQueueType[]

Task queue types that help server cancel outstanding poll RPC calls from SDK. This avoids a race condition that can lead to tasks being lost.


workerHeartbeat

Optional workerHeartbeat: null | $Properties

ShutdownWorkerRequest workerHeartbeat.


workerInstanceKey

workerInstanceKey: string

Technically this is also sent in the WorkerHeartbeat, but since worker heartbeating can be turned off, this needs to be a separate, top-level field.

Methods

toJSON

toJSON(): Object

Converts this ShutdownWorkerRequest to JSON.

Returns

Object

JSON object


create

create(properties?): ShutdownWorkerRequest & $Shape

Creates a new ShutdownWorkerRequest instance using the specified properties.

Parameters

NameTypeDescription
properties?$ShapeProperties to set

Returns

ShutdownWorkerRequest & $Shape

ShutdownWorkerRequest instance

create(properties?): ShutdownWorkerRequest

Parameters

NameType
properties?$Properties

Returns

ShutdownWorkerRequest


decode

decode(reader, length?): ShutdownWorkerRequest & $Shape

Decodes a ShutdownWorkerRequest message from the specified reader or buffer.

Parameters

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

Returns

ShutdownWorkerRequest & $Shape

ShutdownWorkerRequest

Throws

If the payload is not a reader or valid buffer

Throws

If required fields are missing


decodeDelimited

decodeDelimited(reader): ShutdownWorkerRequest & $Shape

Decodes a ShutdownWorkerRequest message from the specified reader or buffer, length delimited.

Parameters

NameTypeDescription
readerUint8Array | ReaderReader or buffer to decode from

Returns

ShutdownWorkerRequest & $Shape

ShutdownWorkerRequest

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 ShutdownWorkerRequest message. Does not implicitly temporal.api.workflowservice.v1.ShutdownWorkerRequest.verify|verify messages.

Parameters

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

Returns

Writer

Writer


encodeDelimited

encodeDelimited(message, writer?): Writer

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

Parameters

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

Returns

Writer

Writer


fromObject

fromObject(object): ShutdownWorkerRequest

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

Parameters

NameTypeDescription
objectObjectPlain object

Returns

ShutdownWorkerRequest

ShutdownWorkerRequest


toObject

toObject(message, options?): Object

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

Parameters

NameTypeDescription
messageShutdownWorkerRequestShutdownWorkerRequest
options?IConversionOptionsConversion options

Returns

Object

Plain object