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

    A run-cap consult for an idle-thread wake: starting a run with nobody watching must charge the same per-tenant + global budget an unattended schedule fire does, or a signal storm bills Cloudflare instead of exhausting a quota. Returns false to REFUSE the wake (over cap) — the route then falls back to persist (durable, no run) rather than dropping the signal. Absent ⇒ wake is unmetered (single-tenant hosts with no budget).

    Type Declaration

      • (tenantId: string): Promise<boolean> | boolean
      • Parameters

        • tenantId: string

        Returns Promise<boolean> | boolean