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

    Interface LifecycleWarmupSchedulerStartOptions

    Options accepted by LifecycleWarmupScheduler.start.

    interface LifecycleWarmupSchedulerStartOptions {
        disable?: boolean;
    }
    Index

    Properties

    Properties

    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.