Yeah I know. I'm unsure why it's noted in there.
Yeah I know. I'm unsure why it's noted in there.
wrangler d1 export: https://github.com/cloudflare/workers-sdk/pull/5425


wrangler dev?
wrangler d1 export async scheduled(event, env, ctx) {
ctx.waitUntil(doSomeTaskOnASchedule(env, ctx));
ctx.waitUntil(theOtherTask(env, ctx));
}