temporalio.bridge.worker.WorkerConfig
class documentation

class WorkerConfig: (source)

View In Hierarchy

Python representation of the Rust struct for configuring a worker.

activity_task_poller_behavior: PollerBehavior = (source)

Undocumented

default_heartbeat_throttle_interval_millis: int = (source)

Undocumented

graceful_shutdown_period_millis: int = (source)

Undocumented

identity_override: str | None = (source)

Undocumented

max_activities_per_second: float | None = (source)

Undocumented

max_cached_workflows: int = (source)

Undocumented

max_heartbeat_throttle_interval_millis: int = (source)

Undocumented

max_task_queue_activities_per_second: float | None = (source)

Undocumented

namespace: str = (source)

Undocumented

nexus_task_poller_behavior: PollerBehavior = (source)

Undocumented

no_remote_activities: bool = (source)

Undocumented

nondeterminism_as_workflow_fail: bool = (source)

Undocumented

nondeterminism_as_workflow_fail_for_types: set[str] = (source)

Undocumented

nonsticky_to_sticky_poll_ratio: float = (source)

Undocumented

Undocumented

sticky_queue_schedule_to_start_timeout_millis: int = (source)

Undocumented

storage_drivers: set[str] = (source)

Undocumented

task_queue: str = (source)

Undocumented

Undocumented

Undocumented

Undocumented

workflow_task_poller_behavior: PollerBehavior = (source)

Undocumented