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
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...