It doesn't matter, it'll break remote development either way
It doesn't matter, it'll break remote development either way

addMessage or addAttachment it does not fail, but the returned email does not contain any body/message/attachment, is this a simple oversight?
console.log(${jobId} : ${message}) the console event and fetch logs via API and job id filter?\t snuck into the name when copy/pasting it: {"name":"CRON_ENABLED\t"}.wrangler tail to view the logs of your Worker, or you can view the logs in the Cloudflare dashboard. I'm guessing when you moved your Worker to the new account you forget to re-add environment variables or bindings from the other account.workers.dev domainDate.now() log like so? transform(...) returns a Response, you can await the text() method on that to make HTMLRewriter runaddMessageaddAttachmentconsole.log()\t{"name":"CRON_ENABLED\t"}Date.now()transform(...)Responseenv.DATA_KV.get("CRON_ENABLED")let start = Date.now();
const someData = await db.query(someKey);
console.log("Time elapsed for db query: ", Date.now() - start);