
I have function built with hono. support like / , /data, /data/2222. I want to schedule triggger for specific event like /data. orrr event better /data/2222 . is this possible

I did something like this with Hono to handle a cron to keep the function warm.
it’s probably not as encompassing as you need but maybe it’s an idea?

and how to schedule with specified route

acutallly, my code is same as you, i copied

Hmm not sure I understand what you’re asking, sorry.
Recommended threads
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
