While I was testing a function, one gave an error saying "Error Msg: Connection reset by peer", it only happened once and it didn't happen again, I wonder what is that error?
Maybe unstable internet?
Also, is this related to your issue? https://discord.com/channels/564160730845151244/1086623492562239578
thanks for the response, it is related, I still have a doubt, the maintenance task that appwrite has to save resources, runs every half hour and discards the functions that continue to be processed, did I understand correctly?
The thing is that my function takes a little time, between 1 to 3 minutes, is there anyway i can I prevent the maintenance task from throwing away my function every half hour, or at least increase the time of the maintenance in this way it will not throw my functions so frecuently?
See the _APP_FUNCTIONS_INACTIVE_THRESHOLD environment variable: https://appwrite.io/docs/environment-variables#functions. You would probably have to increase this to however long your function takes to execute.
Hi @iamdinesh - do you need more help with this?
Recommended threads
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Python Function Deployment hits General ...
The same deployment was working without issue yesterday and I have not hit any free tier limits yet. How do I figure out what's happening? Are you having issues...