Urgent: Functions randomly failing with "Failed to connect to 68a3931c41438 port 3000 after 5001 ms"
- 0
- Functions
Hi all, I’m facing a critical issue with my Appwrite self-hosted instance where some of my functions have randomly started failing with the following error:
Internal curl errors has occurred within the executor! Error Number: 28. Error Msg: Failed to connect to 68a3931c41438 port 3000 after 5001 ms: Timeout was reached
Error Code: 500
• If I redeploy the affected function, it works again, but after some time, the same error returns.
• After redeploying, the function execution time jumps to 5–8 seconds for a while (normally it’s <100ms).
• This issue started on Appwrite 1.6.1 and persists after upgrading to 1.6.2.
• Issue occurs randomly, not tied to specific function code
• Redeploying or compose down/up is only a temporary fix
• I also noticed that when running docker compose down, I get this error:
failed to remove network runtimes: Error response from daemon: error while removing network: network runtimes id 63e0f1892c4c2e55eff9168e2bb654909ac30a2f721f232711294f3c9ba8d1d2 has active endpoints
This started appearing around the same time as the function failures.
This is causing major disruption for us.
Any assistance or suggestions would be greatly appreciated!
Thanks in advance for any help!
Recommended threads
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...