Hi, I need to execute one of my function in async due to the 30 seconds timeout. When I try to use getExecution I get an empty body. I saw from a github issue that I need to: " You'll need to store the data somewhere and fetch it there." How am I supposed store the data if it was never sent by the server ? (when creating the execution, or when getting it)
TL;DR
Title: Empty response body when executing async function
Message: Hey developers! I'm trying to execute my function asynchronously because of the 30-second timeout. However, when I use getExecution, the response body is empty. I read on a GitHub issue that I should store the data somewhere and fetch it from there. But how can I store the data if the server never sent it during the execution creation or retrieval process? Is there a solution for this?Recommended threads
- Server Down
Appwrite services are down. When will they start working again?
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...