I have a document that i want to archive after 24h from the moment it was created.
How do I do that ?
Also assuming my application will accept thousands of posts weekly , is there an efficient way to check and change accordingly?
The attributes :
Post - String isOnline - String DateCreated - DateTime DateEnds - DateTime
Have a function that runs every hour to fetch the list of documents that need to be archived and archive up to N documents. if you have a high load, you can increase the interval in which the function should run
Recommended threads
- Empty file uploaded using sdk-for-node
I am trying to upload a file using below code on storage. It uploads a file with `mimeType: 'application/x-empty'` and 0 size. Actual file is not uploaded. What...
- Query.select() vs GraphQL
Hi, I am quite new in the Appwrite environment and could someone lighten me up on what is the difference between request with GraphQL and Query.select() it seem...
- i have got issue when i am migrating fro...