No, I will be
The thing is when I send the data it depends on what it is, but I wrote a sports writer e.g. https://dailymatchup.com which takes an XML that can be 150,000 characters
Sometimes shorter sometimes longer but that’s just one use case
I don’t think there should be a limit for my own functions, I’d like complete control if that’s the route we’re going down
Much like Cloudflares arbitrary 100s timeout, it’ll just become something annoying that I cancel out Appwrite for if I reach that use case
That's 150KB.
Right but consider a situation where I need to upload large amounts of text that is beyond that, I just was trying to offer a situation but
Plus that’s before processing the file into arbitrary stats
Meh
Might not be worth it right now
If you really need to have input that big, I suggest using storage.
This is the same with any other function that requires large input
I just worry about the future where I do reach that limit but it’s okay, like giving a function a file to upload or something but I can do that too
Yeah
I would agree overall, my apologies, I felt like this mattered but it doesn’t, I appreciate the hell out of you and all the time you’ve put into Appwrite Steven ❤️
[SOLVED] 6MB limit in functions
Besides that limit...are you having any other troubles? I know dependencies was a problem before. Did you figure that out?
I did end up figuring that out, I also found the global vars, my only real concern is on Cloud I’ve had moments where it’s gone down, so I’m gonna be migrating to self hosted. Out of curiosity there’s one issue I think a lot of people are going to have and I’m curious if it’s possible to solve
Cloudflare has that 100s timeout
It would be cool to find a way around that with websockets per function or idk but I’ve had to disable the proxy a few times with AI applications due to that
Otherwise things are going great, super happy, I need to work more with the functions but I’m amped and excited
Loving all the new features I keep finding
What was the solution?
The CLI was out of date and wasn’t even running NPM install, IMO you guys could add a check to the CLI for breaking version mismatches between the server and hosting
But right now you’re just updating and keeping that under maintenance which is probably enough work as is
Idk why it didn’t update either, I tried updating the CLI a few times
Recommended threads
- 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...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...