
Hey Is there a way to add update timeout variable in function code itself? Like I can update the timeout from appwrite console, but whenever I deploy the function its value resets

Sure.
Edit the timeout
property inside the appwrite.json
file in the folder that has the function folder with in it.
Doing so will make sure your timeout value will update when deployed
Recommended threads
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
- Permissions for bulk operation
Hi team, I have a question: “In the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
