that misleading line is noted in IntelliJ document.
that misleading line is noted in IntelliJ document.
wrangler d1 export: https://github.com/cloudflare/workers-sdk/pull/5425


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