
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
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
- Error response from daemon: driver faile...
on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland pro...
