
Hi, this is a question rather than support. I used appwrite to create an education tech platform. However, there are some apis I need to expose for people to build on top our functionality. If I create a function and add the routes in that, will appwrite functions time out as usual or they will execute properly? By timing out I mean that dreaded 30 seconds hard limit.

Its not a hard limit, you can edit those settings. Go to Functions > Settings Tab > Scroll to Timeout settings. Max, afaik is 900 seconds, but since you are self-hosted, you can increase the timeout via the .env
file and restart the appwrite stack.
Recommended threads
- Google Oauth not working on Windows
I am building a cross-platform app that requires Google sign in. So far it works on Android, iOS and Mac, but on Windows, I keep getting this error ``` Unexpec...
- Sam AWS CLI x Appwrite
Hello, I have a problem with my functions from Appwrite. Currently, we use AWS SAM CLI to simulate an API Gateway with Lambdas, where the client is initiated...
- Bug Report: Error creating file with `st...
**Problem** I’m trying to create a file in Appwrite Storage using the `node-appwrite` SDK. The `InputFile` is generated from a base64 buffer, and I’m passing a ...
