Limitation on returned stdout and stderr values from Cloud Functions #3253
arcanechimp
started this conversation in
Ideas
Replies: 2 comments 2 replies
|
The limit is currently 1MB. Returning more than that in one response isn't really good practice. |
2 replies
|
Thank you! Updating to 14.2 solved the issue. Your help is much appreciated.
… On 20 May 2022, at 3:35 pm, Steven ***@***.***> wrote:
The code I linked was the latest version of Appwrite (0.14.2). You're probably on an older version. The cap was increased and stdout was renamed to response for clarity.
—
Reply to this email directly, view it on GitHub <#3253 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB56NOFDTBZQY6HSCIZ6JZDVK4QB5ANCNFSM5WN4SYTA>.
You are receiving this because you authored the thread.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is this env variable mentioned in PR #1336 still going to be added?
I would like to use the Cloud Functions as a way to access data from a seperate cache and database whilst using Appwrite's authentication, and being able to change the max value would be very helpful to achieving this.
If the reason for the limitation is imposed to fit within the MariaDB string field size constraints, could the value just be truncated for storage in the logs, and the limit be removed entirely for the actual execution object returned from the function?
All reactions