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
- Bug: Cloud Function On Schedule Didn't R...
Heya I have a cloud function with this cron `0 17 * * *` to run at 9AM PT every day. I have not touched this since I set it up, and it has been working fine s...
- functions
Code for function not being created in Github. Permissions are set correctly, repository is created, however no code is in the created repository. Just trying...
- Error 400: redirect_uri_mismatch
Hi team, Google OAuth was working fine with our Appwrite Cloud setup until yesterday. We did not change any configuration in Appwrite, Google Cloud, or our cod...