temporalio.bridge.client.ClientRetryConfig
class documentation

class ClientRetryConfig: (source)

View In Hierarchy

Python representation of the Rust struct for configuring retry.

initial_interval_millis: int = (source)

Undocumented

max_elapsed_time_millis: int | None = (source)

Undocumented

max_interval_millis: int = (source)

Undocumented

max_retries: int = (source)

Undocumented

multiplier: float = (source)

Undocumented

randomization_factor: float = (source)

Undocumented