module documentation
Worker using SDK Core. (unstable)
Nothing in this module should be considered stable. The API may change.
Class |
|
Python representation of the Rust struct for a fixed-size slot supplier. |
Class |
|
Python representation of the Rust struct for autoscaling poller behavior. |
Class |
|
Python representation of the Rust struct for simple poller behavior. |
Class |
|
Python representation of the Rust struct for a resource-based slot supplier. |
Class |
|
Python representation of the Rust struct for configuring a resource-based tuner. |
Class |
|
Python representation of the Rust struct for a tuner holder. |
Class |
|
SDK Core worker. |
Class |
|
Python representation of the Rust struct for configuring a worker. |
Class |
|
Python representation of the Rust struct for configuring a worker deployment options. |
Class |
|
Python representation of the Rust struct for configuring a worker deployment version. |
Class |
|
Python representation of the Rust struct for configuring a worker versioning strategy legacy Build ID-based. |
Class |
|
Python representation of the Rust struct for configuring a worker versioning strategy None. |
Async Function | decode |
Decode the given activation with the codec. |
Async Function | encode |
Recursively encode the given completion with the codec. |
Type Alias |
|
Undocumented |
Type Alias |
|
Undocumented |
Type Alias |
|
Undocumented |
Class | _ |
Undocumented |
async def decode_activation(act:
temporalio.bridge.proto.workflow_activation.WorkflowActivation
, codec: temporalio.converter.PayloadCodec
, decode_headers: bool
):
(source)
¶
Decode the given activation with the codec.
async def encode_completion(comp:
temporalio.bridge.proto.workflow_completion.WorkflowActivationCompletion
, codec: temporalio.converter.PayloadCodec
, encode_headers: bool
):
(source)
¶
Recursively encode the given completion with the codec.
Undocumented
Value |
|