LifecycleConfiguration interface
The lifecycle configuration properties of a session in the dynamic session pool
Properties
| cooldown |
The cooldown period of a session in seconds when the lifecycle type is 'Timed'. |
| lifecycle |
The lifecycle type of the session pool. |
| max |
The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'. |
Property Details
cooldownPeriodInSeconds
The cooldown period of a session in seconds when the lifecycle type is 'Timed'.
cooldownPeriodInSeconds?: number
Property Value
number
lifecycleType
The lifecycle type of the session pool.
lifecycleType?: string
Property Value
string
maxAlivePeriodInSeconds
The maximum alive period of a session in seconds when the lifecycle type is 'OnContainerExit'.
maxAlivePeriodInSeconds?: number
Property Value
number