Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 641 Bytes

File metadata and controls

15 lines (9 loc) · 641 Bytes

Cron Example

Deploy to Cloudflare

How to Run

First ensure that uv is installed: https://docs.astral.sh/uv/getting-started/installation/#standalone-installer

Now, if you run uv run pywrangler dev within this directory, it should use the config in wrangler.jsonc to run the example.

You can also run uv run pywrangler deploy to deploy the example.

To test your scheduled handler, run: curl "http://localhost:8787/cdn-cgi/handler/scheduled?cron=*+*+*+*+*"