Fetch inside a scheduled Cron Job
Hello,
I have a worker that I want to use to ping another worker endpoint every day.
When I run the
Here's an example code block:
Am I not using this right? I looked into ctx.waitUntil but that didn't help either.
Thank you!
I have a worker that I want to use to ping another worker endpoint every day.
When I run the
dev server it works great but when I deploy I get 404.Here's an example code block:
Am I not using this right? I looked into ctx.waitUntil but that didn't help either.
Thank you!