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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...