In a chat app where users can have the feature of scheduling messages to be sent at a specific time, how can I achieve executing Appwrite Cloud Functions at the specific time set by the user. Thanks
See https://github.com/appwrite/appwrite/issues/5489 for a workaround and make sure to 👍 it
Thanks, Steve. I went through this now and it confirmed exactly what I had in mind. I only thought there could be a cleaner way around it. I think it's a little less worrying knowing that if there was a way to make it abstract, it would still be the same process only not visible to us the end users.
My only concern now is the execution logs. Eventually, won't they take up space?
They automatically get cleared after some time
I see. Thanks.
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...