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
- ClientException with SocketException: Cl...
hi <@564158268319203348> i have noticed this 500 status code in my function requests, it seems its not able to connect to the internet in the function as reque...
- NEW ERROR Invalid document structure: At...
Error: ```AppwriteException: document_invalid_structure, Invalid document structure: Attribute "pb.kmsgxPkgInfo.id_info" must be an array (400)``` I’m encounter...
- Issues with executor in Appwrite 1.9.0
Hi, I’ve recently did a fresh install of appwrite 1.9.0 self hosted and when I run a function, it just waits indefinite This is the error from the log: [Er...