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
- Unable to create records with other user...
are we able to create records in collections with permissions of different user than the caller of this request? (with document security on) I have backend func...
- Sometimes this function shows an error l...
1. Synchronous function execution timed out. Use asynchronous execution instead, or ensure the execution duration doesn't exceed 30 seconds.\nError Code: 408 2...
- Custom Topic sent from Function (with sc...
Can I send a message on a custom topic? So clients can subscribe to them?