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
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- Returned columns when Query.select is us...
Hello, I am noticing that whatever i put in Query.select, the returned data will always contain the following fields ` "total": 1, "rows": [ { ...