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
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...