I get this error sometimse on my batch process I update 1000 documents in an appwrite function, here i get this error on the 386 doc with an ip i don't know
[386] Error: Error: connect ETIMEDOUT 157.230.79.70:443
This is in appwrite cloud?
What's the code?
sameeee issue. been seeing this for a while now. batch processess usually cause this. i've tried to use some sleep like logic, doesn't really help. the same code works fine locally.
Yes on appwrite cloud
The issue only happens with functions?
yeah, self hosted too
Yes only fonctions
It’s totally random =\
Not often in my case but it’s happen sometimes
What's the code to reply the issue? Could someone send an example?
@D5 I have tag you in other thread where I describe the code and the process
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...