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
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- 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...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...