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
- 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...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this