Package version:

Interface DynamicPoolConfiguration

Dynamic pool configuration.

interface DynamicPoolConfiguration {
    cooldownPeriodInSeconds?: number;
    executionType?: string;
}

Properties

cooldownPeriodInSeconds?: number

The cooldown period of a session in seconds.

executionType?: string

The execution type of the session pool.