After setting up my ML project that uses deepface and tensorflow in appwrite functions I get the Timed out waiting for runtime. Error Code: 400. error.
I am using the Python (ML) - 3.11 runtime and am not getting any build errors.
I have tried the following:
- setting the resource limits to various different options
- Setting the timeout to 120 seconds.
- rebuilding with these different settings
However none of these seem to work, and every request errors out with this error after 30 seconds. All help is greatly appreciated. Cheers!
Recommended threads
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...