May be related to this? https://canary.discord.com/channels/595317990191398933/992060581832032316/12
May be related to this? https://canary.discord.com/channels/595317990191398933/992060581832032316/1234970053280006214

wrangler d1 exportSince the Sessions API changes D1's consistency model, developers must opt-in to the new API. Existing D1 API methods are unchanged and will still have the same snapshot isolation consistency model as before. However, only queries made using the new Sessions API will use replicas.

fdb7837214fdd80e018b0bf3ae6355c9 - <redacted>-nx-production)


const worker = env.DISPATCHER.get("customer-worker-1");
var responseFromUserScript = worker.fetch(req);wrangler d1 export