▲ [WARNING] Miniflare 3 does not support CRON triggers yet, ignoring...
I got this message when trying to use CRON triggers on cloudflare workers. Are there any way to circumvent this?
4 Replies
What do you mean circumvent it is just a warning message
im sorry what i meant was if there was a way to use cron triggers since it isnt supported by miniflare 3
I believe the scheduled test endpoint still works
Yeah add
--test-scheduled
to your wrangler dev command then make a get request to /__scheduled
on your worker
https://developers.cloudflare.com/workers/wrangler/commands/#dev and search for --test-scheduled
ah, thats smart. Thanks!