temporalio.worker.ReplayerConfig
class documentation

class ReplayerConfig(TypedDict): (source)

View In Hierarchy

TypedDict of config originally passed to Replayer.

build_id: str | None = (source)

Undocumented

debug_mode: bool = (source)

Undocumented

disable_safe_workflow_eviction: bool = (source)

Undocumented

header_codec_behavior: HeaderCodecBehavior = (source)

Undocumented

identity: str | None = (source)

Undocumented

interceptors: Sequence[Interceptor] = (source)

Undocumented

namespace: str = (source)

Undocumented

unsandboxed_workflow_runner: WorkflowRunner = (source)

Undocumented

workflow_failure_exception_types: Sequence[type[BaseException]] = (source)

Undocumented

workflow_runner: WorkflowRunner = (source)

Undocumented

Undocumented

workflows: Sequence[type] = (source)

Undocumented