Appwrite - ### 👟 Reproduction steps
The first execution after deployment/restart.
## The fix
Appwrite functions failing with 'Multiple internal curl errors... Error Number: 111' (connection refused) on the first run after deploy or restart is a resource problem: the executor containers are not fully up when the first call lands. Fixes that worked in the thread: upgrade self-hosted Appwrite to 1.5.7, which includes executor improvements that dropped the error rate to zero for the reporter's repro; and give the executor more memory, running on native Linux instead of WSL plus Docker. On a tiny droplet, expect the first few calls to fail while things warm up.
Thread: gh:appwrite/appwrite#6902