2024-11-08 02:23:20 +09:00
..
2024-01-03 00:43:21 +09:00
2023-10-22 14:30:33 +09:00
2023-04-30 12:42:20 +09:00
2024-11-08 02:23:20 +09:00
2024-11-08 02:23:20 +09:00
2024-11-08 02:23:20 +09:00

Cron

  • Create a worker to be triggered by Cron.

Development

Requirements

This project requires these tools to be installed globally.

  • wrangler
  • tinygo

Commands

make dev     # run dev server
make build   # build Go Wasm binary
make deploy # deploy worker

Testing cron schedule

curl "http://localhost:8787/__scheduled?cron=*+*+*+*+*"