I am trying to execute a function that takes around 40 seconds to execute. But after 30 seconds I get an error: Operation timed out after 30000 milliseconds with 0 bytes received with status code 0\nError Code: 0
I have set the timeout limit to be 200 seconds
Getting timeout while executing functions despite defining timeout.
I am using threading as of now, which makes logging and debugging quite difficult. Is there any other way to resolve this?
NVM got it
[SOLVED] Getting timeout while executing functions despite defining timeout.
Recommended threads
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...