I upgraded my production environment to 1.8.0 but experienced issues with appwrite running out of worker threads. I downgraded back to 1.6.1 and restored the database, but now none of the functions work. I even tried redeploying the functions but receive the same error:
Could not resolve host: exc1 with status code 0
The existing functions that I didn't redeploy all terminate with the following error in the docker logs:
Iterating function: MyFunction
[Job] (694034106d28b9.28628715) failed to run.
[Job] (694034106d28b9.28628715) Could not resolve host: exc1 with status code 0
[Error] Type: Exception
[Error] Message: Could not resolve host: exc1 with status code 0
[Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Functions.php
[Error] Line: 612
The .env and docker-compose.yml files are identical to the ones pre-upgrade, where the functions worked successfully.
I need an urgent steer as to what I can try because currently most of the functionality on my production instance is crippled.
Urgent help required - Could not resolve host: exc1 with status code 0
Recommended threads
- [1.9.5] Google OAuth do not work anymore
After migrating to 1.8.1 to 1.9.0 then 1.9.5 and login through Google I get on Flutter app "Missing redirect URL" "Your OAuth login flow is missing a proper re...
- Fatal error: Allowed memory size of 5368...
Hi how solved it worker-messaging infinite reload ` Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in /usr/src/co...
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...