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
- Client sent data but the function got em...
Hi everyone. I have function which requires jwt in json format. The function works great with android sdk but I need to call it with RestApi from other platform...
- Help with Appwrite Realtime
so i'm testing a chat app feature that i'm making and i'm trying to chat between two accounds on different devices connected to the local development server but...
- Incorporate appwrite with spring boot
I am trying to upload files from a Spring boot app to appwrite. I've checked the SDK on maven but it seems to be for Android. Do I have to call Appwrite's REST ...