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 all payloads in the activation. |
| Async Function | encode |
Encode all payloads in the completion. |
| Type Alias | |
Undocumented |
| Type Alias | |
Undocumented |
| Type Alias | |
Undocumented |
| Class | _ |
Undocumented |
async def decode_activation(activation:
temporalio.bridge.proto.workflow_activation.WorkflowActivation, codec: temporalio.converter.PayloadCodec, decode_headers: bool):
(source)
¶
Decode all payloads in the activation.
async def encode_completion(completion:
temporalio.bridge.proto.workflow_completion.WorkflowActivationCompletion, codec: temporalio.converter.PayloadCodec, encode_headers: bool):
(source)
¶
Encode all payloads in the completion.
Undocumented
| Value |
|