Cron schedules can take up to 15 minutes to start working, if that's a new one.
Cron schedules can take up to 15 minutes to start working, if that's a new one.
example.com/, it will only match requests with no path. You need to use example.com/* to match all paths.ALTER TABLE SUBS ALTER COLUMN ID TYPE TEXT; this code return near "ALTER": syntax error not workingimport { AwsClient } from "aws4fetch" at the top with this error: { code: 10068, message: "The uploaded script has no registered event handlers." } ... I have another more complicated worker (provided by denoflare example) which does successfully publish fine and as far as I can tell it doesn't register any event handlers... what am I missing?
import r2PresignedUrlWorker from "https://raw.githubusercontent.com/skymethod/denoflare/v0.5.11/examples/r2-presigned-url-worker/worker.ts"; which wrangler complains about: Uncaught Error: No such modulehttp which don’t don’t exist in workers. Workers aren’t node.js and although they’re slowly getting a lot more nodejs APIs for compat, they don’t have them all yet.fetch but I’d probably just use the fetch APIs directlyitty-router routes into separate routing modules/files to unclutter my worker entry point js ?.get(..., ...) part or just the handlers?.get() stuff./api/pages//api/pages/*await not in an async function?example.com/*ALTER TABLE SUBS ALTER COLUMN ID TYPE TEXT;near "ALTER": syntax errorimport { AwsClient } from "aws4fetch"{ code: 10068, message: "The uploaded script has no registered event handlers." }import r2PresignedUrlWorker from "https://raw.githubusercontent.com/skymethod/denoflare/v0.5.11/examples/r2-presigned-url-worker/worker.ts";Uncaught Error: No such modulehttpjs.get(..., ...)/api/pages//api/pages/*