cron Job Scheduler not called during development.
Help me fix the issue.
3 Replies
https://github.com/kirtirajsinh/philosopher-ai/blob/main/src/index.ts
here;s the code when I try to make a Curl "http://127.0.0.1:8787/__scheduled?cron=*+*+*+*+*"
its says 404 not found.
GitHub
philosopher-ai/src/index.ts at main · kirtirajsinh/philosopher-ai
Contribute to kirtirajsinh/philosopher-ai development by creating an account on GitHub.
Which version of wrangler are you using, and did you launch with
--test-scheduled
? For example, wrangler dev --test-scheduled
Please do not post your question in multiple channels/post it multiple times per the rules at #😃welcome-and-rules. It creates confusion for people trying to help you and doesn't get your issue or question solved any faster.