Anchorage API reference
    Preparing search index...
    ScheduleTickRunCap: () => boolean | Promise<boolean>

    The injectable deployment run cap: return false to refuse an unattended start (a capped fire is skipped + audited, the schedule stays healthy). Async so a D1/KV-backed cap fits. Absent ⇒ uncapped.

    Type Declaration

      • (): boolean | Promise<boolean>
      • Returns boolean | Promise<boolean>