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
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...