European Parliament MCP Server API - v1.4.23
    Preparing search index...

    Interface LifecycleWarmupSchedulerStartOptions

    Options accepted by LifecycleWarmupScheduler.start.

    interface LifecycleWarmupSchedulerStartOptions {
        disable?: boolean;
    }
    Index
    disable?: boolean

    Disable the interval timer entirely. Intended for unit tests that need deterministic, hermetic execution without background work. When true, start() is a no-op and LifecycleWarmupScheduler.getStatus continues to reflect the existing cache.