How to delete data in a table after some time like expiry time in cloud automatically?
You could write a function with a cron job to delete the desired data based on the documents createdAt or updatedAt timestamp.
outdate but gives you the idea: https://dev.to/appwrite/30daysofappwrite-cloud-function-with-cron-258c
Recommended threads
- Clarification about `Content` in terms a...
Hello, I'm looking into using Appwrite's cloud storage and got a bit concerned about this part in the terms page: https://appwrite.io/terms#content > Our Serv...
- Unable To Use Root Domain In Appwrite
Since Appwrite Manages my DNS Completely, I tried Pointing the Root Domain (**getmyself.app**) to Github Pages, It failed So I tried Using Appwrite Sites, also ...
- Cannot Update Empty oneToMany Relationsh...
Appwrite's `updateDocument()` API cannot update an empty oneToMany relationship array. When attempting to update an empty relationship with a single-item array,...