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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?