Member Junction
    Preparing search index...

    Driver for the materialization refresh sweep (materialization plan §11.1).

    Unlike most drivers, this one has no per-job configuration — it processes the entire due queue: every non-disabled, scheduled MJ: Materialized Results row whose NextRefreshAt is at/before now (or null). Each is refreshed via the engine (full rebuild + atomic wrapper-view swap) and its NextRefreshAt is advanced from its own RefreshSchedule cron. Per-materialization cadence lives on the rows; this job just needs to run often enough to honor the smallest cadence.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    • get IsHighFrequencyByDesign(): boolean

      Whether this driver is a BY-DESIGN high-frequency poller — a dispatcher that sweeps a work queue on a tight cron (e.g. every minute) and does bounded work per sweep. Overriding to true exempts jobs of this type from the engine's high-frequency cron warning banner. Leave false for ordinary jobs: the warning exists because a tight cron on a work job is usually a design smell.

      Returns boolean

    Methods