Skip to content

Interface: CleanupStaleSessionsParams

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Execution / CleanupStaleSessionsParams

Interface: CleanupStaleSessionsParams

Defined in: src/types/execution.ts:441

Parameters for cleaning up stale execution sessions.

Properties

include_db?

optional include_db: boolean

Defined in: src/types/execution.ts:443

Also clean stale sessions from database (default: false).


max_age_hours?

optional max_age_hours: number

Defined in: src/types/execution.ts:445

Sessions older than this many hours will be cleaned (default: 24).