Member Junction
    Preparing search index...
    MissedRunDecision:
        | { Action: "Run"; AdvanceFrom: "Now"
        | "MissedOccurrence" }
        | { Action: "SkipAndAdvance" }

    What the engine should do with a job this tick.

    Type Declaration

    • { Action: "Run"; AdvanceFrom: "Now" | "MissedOccurrence" }

      Run it now. Either it is normally due, or its policy says to catch up.

    • { Action: "SkipAndAdvance" }

      Do not run; just move NextRunAt forward past the occurrences that were missed.