Skip to main content
Version: 3.0

ActorStandby

Index

Properties

build

build: str | None

Which build to run in standby mode. Either a build tag or a version number.

desired_requests_per_actor_run

desired_requests_per_actor_run: int | None

Target number of concurrent HTTP requests a single run is configured to handle.

disable_standby_fields_override

disable_standby_fields_override: bool | None

If true, prevents the standby mode configuration from being overridden elsewhere.

idle_timeout_secs

idle_timeout_secs: int | None

In seconds, how long a run can stay idle without incoming requests before it's terminated.

is_enabled

is_enabled: bool | None

Whether standby mode is enabled for the Actor.

max_requests_per_actor_run

max_requests_per_actor_run: int | None

Maximum number of concurrent HTTP requests that can be routed to a single run.

memory_mbytes

memory_mbytes: int | None

In MB, the amount of memory allocated to the run.

model_config

model_config: Undefined

should_pass_actor_input

should_pass_actor_input: bool | None

Whether to pass the Actor's input to the standby run. If false, the standby runs start with no input.