ActorStandby
Index
Properties
build
desired_requests_per_actor_run
Target number of concurrent HTTP requests a single run is configured to handle.
disable_standby_fields_override
If true, prevents the standby mode configuration from being overridden elsewhere.
idle_timeout_secs
In seconds, how long a run can stay idle without incoming requests before it's terminated.
is_enabled
Whether standby mode is enabled for the Actor.
max_requests_per_actor_run
Maximum number of concurrent HTTP requests that can be routed to a single run.
memory_mbytes
In MB, the amount of memory allocated to the run.
model_config
should_pass_actor_input
Whether to pass the Actor's input to the standby run. If false, the standby runs start with no input.
Which build to run in standby mode. Either a build tag or a version number.