cron not running locally on the trigger specified
I'm using hono here but when i go to
http://localhost:8787/__scheduled?cron=*****
i see the response log
but I dont see anymore subsequent logs of the trigger again. am i doing anything wrong?
3 Replies
i deployed and am seeing the logs so maybe local dev has an issue with running triggers?
Cron triggers in local mode have some caveats today. You need to pass —scheduled, and they won’t run automatically.
This doc highlights this and is a good reference for other features too: https://docs.google.com/spreadsheets/d/1T7j7FZZO7zmkrEegzhMeMtlFPIh-efYGMc7BuenMPWY/edit?usp=sharing
can you please share fetch handler code because i am always getting 404 when working with Hono