Send a request to my worker's endpoint from a cron trigger event?

So I set up a cron trigger that should send a request every 15 minutes to one of my worker's routes using
fetch
with
await
keyword. However, it seems that the request is never sent (the operation expected is not performed) while it succeeds when I use the Javascript console of any browser.
Was this page helpful?