I have a function which imports a huge data dump into my database. I am using self-hosted appwrite, so it is easily possible for me to do it without creating an appwrite function (just running it as task on my server). If it's possible, I'd still like to run it as function because of the UI triggering convience. Is it recommendable to do such a long task as function or will it always get terminated?
Other factors that could be limiting:
- The function would download a file of 20GB
- will take about 100MB RAM
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...