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
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- How to change "collection Id" to "collec...
- Function permissions
In my app I have a CreateUser flow which makes several documents and at the end uses the functions.createExecution() to call a server-side function to create a ...