Skip to main content
Version: Next

ActorStandby

Configuration for Actor standby mode.

Standby mode keeps Actor containers warm and ready to process requests with minimal latency. This is useful for Actors that need to respond quickly to incoming requests.

Index

Properties

build

build: string

desiredRequestsPerActorRun

desiredRequestsPerActorRun: number

idleTimeoutSecs

idleTimeoutSecs: number

maxRequestsPerActorRun

maxRequestsPerActorRun: number

memoryMbytes

memoryMbytes: number