Back
Unexpected curl error between proxy and executor ID exc3 (104): Connection reset by peer\nError Code
- 0
- Functions
- Cloud
Scheduled function sometimes gives this error leading to inconsistency in our application.
TL;DR
Developers are experiencing an unexpected curl error between the proxy and executor ID exc3 (104): Connection reset by peer. They are looking for information about the last time this error occurred and when it executed before that. The error has been occurring three days before and takes around 20 seconds to execute. They are concerned about the inconsistency it causes in their application.
Solution: It is recommended to investigate the connection between the proxy and executor ID exc3 to identify any potential issues. Additionally, checking the overall performance of the scheduled function may help in resolving the error and ensuring consistency in the application.how long does your function take to execute? when was the last execution before this one?
20secs
Three days before
what about the last time this error occurred and when it executed before that?
Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...