Pushes queued pages to R2.
Reads the HTML out of cfw_page at drain time rather than storing a copy in the queue, so the queue stays small and a page re-rendered between queue and drain mirrors its CURRENT bytes.
cfw_page
looks a path up in cfw_page; returns null when the row is gone
Pushes queued pages to R2.
Reads the HTML out of
cfw_pageat drain time rather than storing a copy in the queue, so the queue stays small and a page re-rendered between queue and drain mirrors its CURRENT bytes.