Member Junction
    Preparing search index...

    Optional configuration (stored in ScheduledJob.Configuration). All fields optional — the sweep runs with sensible defaults when Configuration is empty.

    interface AgentRunSweepJobConfiguration {
        StaleThresholdMinutes?: number;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    StaleThresholdMinutes?: number

    Overrides the stale-heartbeat threshold (minutes) past which a Running run is force-failed.