
my dart code for it

[CLOSED] Async Function Execution Response Body Empty

Async Function Execution Response Body Empty

re opened because earlier i didnt realize that it started working on xasync: false


how long do these take that you need to poll for the data?

you mean the execution time on avg?

it varies like it can even take upto 10s

or just 100ms

do you know why it takes up to 10s?

no clue the function code is same 🤔

but 10s is rare

maybe other async function executions were processing at the same time

since its async first in first out

one question do other function executions have any affect on lets say this function (considering they all are async)?

all async functions execute in a queue

i thought this time was actually exeuction time...and not waiting time..

so why can't you remove the xasync: true
?

oh i mean it just says duration so i thought it might be the addition of both?-

i can but wouldnt that take more resources

like if multiple ppl execute it parallelly

either way i am going with xasync: false
approach for now cuz it works

sort of but that shouldn't be a concern

oh gotcha btw response body field is staying for synchronous functions right?

in issue u mentioned it was removed because of 1MB limit i am guessing thats only for async ones?
Recommended threads
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
