Hi, I want to know, how can I set auto delete for my documents inside a collection after a certain time.
Thankyou
you can schedule cron job cloud function to delete documents after certain period.
Could you please tell me how does that work?
@Steven appologies for tagging, I really need an insight about it. Or else my database will keep growing forever
I agree with the answer above. Read more about functions here: https://appwrite.io/docs/functions
Please also make sure to search the discord server: https://discord.com/channels/564160730845151244/1128743411533496380
Recommended threads
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...