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
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Confusion around Tables / TablesDB vs Da...
Hello everyone, I ran into quite a bit of confusion when trying to migrate a Function from Databases.createDocument() to the new Tables / Rows API and wanted t...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...