From 36759341ff4b61dfbf5dafa78915f5ec05b8325d Mon Sep 17 00:00:00 2001 From: Urjit Chakraborty <135136842+urjitc@users.noreply.github.com> Date: Fri, 7 Aug 2026 18:25:59 -0400 Subject: [PATCH] chore(containers): ship the LiteParse page-ceiling image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Staging and production pin the extractor image by digest, so the container changes merged in #744 — the explicit 5,000-page ceiling, the 422 refusal for documents no tier can read, and the concurrency gate that sheds load with a retryable 503 — did not ship with the Worker. Production still truncated long PDFs at 1,000 pages silently. Built from the merge commit and verified against the pushed artifact rather than a local rebuild: cross-compiled linux/amd64 on an arm64 host, parses a real PDF end to end, and three concurrent parses yield one 503 and two successes. --- wrangler.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrangler.jsonc b/wrangler.jsonc index 6409411d..0e96b07f 100644 --- a/wrangler.jsonc +++ b/wrangler.jsonc @@ -312,7 +312,7 @@ }, { "class_name": "WorkspaceFileProcessor", - "image": "registry.cloudflare.com/676650ed1ca37ffdeba997fb2a7fa24a/thinkex-liteparsepdfextractor-production@sha256:c48cadd235f934e07d4616414c4718ddeafcd3dcff6342022368e3e7593fc90a", + "image": "registry.cloudflare.com/676650ed1ca37ffdeba997fb2a7fa24a/thinkex-liteparsepdfextractor-production@sha256:6f5ce1241aa607fd4b12588656aa587974352fe4a0eff3f0e526dbf78a78da49", "instance_type": "standard-2", "max_instances": 2, }, @@ -443,7 +443,7 @@ }, { "class_name": "WorkspaceFileProcessor", - "image": "registry.cloudflare.com/676650ed1ca37ffdeba997fb2a7fa24a/thinkex-liteparsepdfextractor-production@sha256:c48cadd235f934e07d4616414c4718ddeafcd3dcff6342022368e3e7593fc90a", + "image": "registry.cloudflare.com/676650ed1ca37ffdeba997fb2a7fa24a/thinkex-liteparsepdfextractor-production@sha256:6f5ce1241aa607fd4b12588656aa587974352fe4a0eff3f0e526dbf78a78da49", "instance_type": "standard-2", "max_instances": 2, "name": "thinkex-liteparsepdfextractor-production",