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

    Function quarantineDecision

    • Whether the object should stop serving rather than serve something wrong.

      Quarantine beats wrong output. A 503 with Retry-After is a better answer than a 0-byte 200, and this project has shipped the 0-byte 200 -- and then cached it, and then served it from the edge.

      Parameters

      Returns { quarantine: boolean; reason: string }