#Send a request to my worker's endpoint from a cron trigger event?
6 messages · Page 1 of 1 (latest)
Workers have a built in Cron feature btw
Yes, I know. It is the feature I was talking about
You mentioned that you're using fetch. The Workers Cron Trigger executes the scheduled handler, not the fetch one so make sure you've configured it
I configured a scheduled handler for my cron triggers which is executed (I can see it with wrangler tail). However, I meant that I was using the native fetch API to send a request to the worker