LifecycleConfiguration Class
The lifecycle configuration properties of a session in the dynamic session pool.
Constructor
LifecycleConfiguration()
Variables
| Name | Description |
|---|---|
|
lifecycle_type
|
The lifecycle type of the session pool. Known values are: "Timed" and "OnContainerExit". |
|
cooldown_period_in_seconds
|
The cooldown period of a session in seconds when the lifecycle type is 'Timed'. |
|
max_alive_period_in_seconds
|
The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'. |
Attributes
cooldownPeriodInSeconds
The cooldown period of a session in seconds when the lifecycle type is 'Timed'.
cooldownPeriodInSeconds: int
lifecycleType
"Timed" and "OnContainerExit".
lifecycleType: str | LifecycleType
maxAlivePeriodInSeconds
The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.
maxAlivePeriodInSeconds: int