D
Deno
E
Deno
•
3y ago
•
5 replies
EthanThatOneKid
Denoflare scheduled workers
Cloudflare has a cronjob feature for running workers at a scheduled time
. Wrangler has a flag wrangler dev
-
-test
-scheduled
(
https://developers.cloudflare.com/workers/runtime-apis/scheduled-event/
) allowing users to test their scheduled workers via curl
"
http://localhost:8787/__scheduled?cron=*+*+*+*+*
"
. I read the Denoflare documentation
https://denoflare.dev
, but it isn
’t very clear how to develop scheduled workers
.
cc
@John Spurlock
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No