From d21b30969d99a13a68c0b2ffecb87ff4d3d22de5 Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Wed, 19 Aug 2026 08:04:21 -0700 Subject: [PATCH] Drop targeted placement to test isolate distribution Page latency broke 2026-08-16 between 20:40-20:50 UTC. Both code commits from that window have now been reverted to production and neither moved it, and the built bundle is unchanged across them, so the regression is not in that code. Targeted placement is the remaining variable from that era that has never been tested honestly - the earlier comparison used a workers.dev URL that served different content and never ran the app. One line, instantly revertible. --- apps/cloud/wrangler.jsonc | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/cloud/wrangler.jsonc b/apps/cloud/wrangler.jsonc index 4ff645629..e701b0a47 100644 --- a/apps/cloud/wrangler.jsonc +++ b/apps/cloud/wrangler.jsonc @@ -94,9 +94,6 @@ "bucket_name": "executor-cloud-blobs", }, ], - "placement": { - "region": "aws:us-east-1", - }, "worker_loaders": [ { "binding": "LOADER",