drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias PlanProfile

    the per-plan defaults; every field is a per-invocation budget or a visitor-patience bound

    type PlanProfile = {
        bootInline: boolean;
        fillBatchSize: number;
        fillBatchWallMs: number;
        httpDrainLimit: number;
        inlineBudgetMs: number;
        mirrorLimit: number;
    }
    Index
    bootInline: boolean

    whether a MISS on a COLD object may boot the interpreter and render, rather than 503.

    The difference between "the first visitor waits" and "the first visitor is turned away", and the only knob here that changes an outcome rather than a rate.

    fillBatchSize: number

    pages one alarm firing may fill before re-arming

    fillBatchWallMs: number

    wall-clock ms one alarm firing may occupy the object

    httpDrainLimit: number

    queued outbound requests one alarm firing may fetch

    inlineBudgetMs: number

    wall-clock ms a MISS may spend rendering before handing the path to the alarm chain

    mirrorLimit: number

    files one alarm firing may push to R2