
Hello, I have a long running function that is meant to analyze and update ~100k entries into Appwrite.
The data is retrieved as a blob from another source and needs to be processed into various collections.
Running the function locally takes around 5 minutes, but I cannot get it to work on as a function on Appwrite as it times out after a minute with this message :
Internal curl errors has occurred within the executor! Error Number: 28. Error Msg: Operation timed out after 94004 milliseconds with 0 bytes received\nError Code: 500
Since there are thousands of calls, the entire program uses async calls with aiohttp, and I launch the execution with xasync=true.
Running the program locally on the appwrite sdk takes far longer (~20 minutes), but it works ok, indicating that the issue is not in the program itself.
Where should I look to solve the issue ?
Is it possible to create/update multiple documents with a single HTTP call ? I could then craft the appropriate response externally and import the data much faster.
Recommended threads
- Authentication flow using CreateEmailTok...
Hey all, I am using the .NET SDK for Appwrite v1.7.4 and are working on an authentication / login flow. The process: 1. User logs in with mail 2. Backend cal...
- Download hangs when downloading more tha...
Appwrite 1.7.4 Self hosting on Netcup, I have root server with 4 cores, 8Gb RAM I've uploaded 55Mb file to storage (11 chunks). Whenever I try to download it (...
- Sessions are not extended/refreshed
Appwrite version: 1.6.0 Client version (16.0.2) Hi, we are having some issues with sessions currently. We would like active users to stay logged in but they ar...
