
Hi there,
I am running a self hosted 1.4.13 appwrite version. Yesterday I wanted to redeploy another function and it failed with the following error Could not resolve host: appwrite-executor with status code 0
. I restarted appwrite, but nothing changed.
Additionally, my functions are not getting executed any more. They are failing with the same error Could not resolve host: appwrite-executor with status code 0\nError Code: 0
.
This is the log from the worker-builds:
2024-02-02 09:16:48 Could not resolve host: appwrite-executor with status code 0
2024-02-02 09:16:48 /usr/src/code/src/Executor/Executor.php:331
2024-02-02 09:16:48 #0 /usr/src/code/src/Executor/Executor.php(91): Executor\Executor->call('POST', '/runtimes', Array, Array, true, 900)
2024-02-02 09:16:48 #1 /usr/src/code/src/Appwrite/Platform/Workers/Builds.php(401): Executor\Executor->createRuntime('65bca4ece0d45a6...', '64cb62096a99997...', '/storage/functi...', 'openruntimes/da...', 'v3', true, 'lib/main.dart', '/storage/builds...', Array, 'tar -zxf /tmp/c...')
2024-02-02 09:16:48 #2 {main}
And from the worker-functions:
2024-02-01 13:43:46 [Job] (65bb91ff40ade1.33676889) failed to run.
2024-02-01 13:43:46 [Job] (65bb91ff40ade1.33676889) Could not resolve host: appwrite-executor with status code 0
2024-02-01 13:43:46 [Error] Type: Exception
2024-02-01 13:43:46 [Error] Message: Could not resolve host: appwrite-executor with status code 0
2024-02-01 13:43:46 [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Functions.php
2024-02-01 13:43:46 [Error] Line: 472
Any idea how I can solve this problem?
Recommended threads
- Updating console to 1.8
Hey! Does anyone know how to update the appwrite console only? I am using console 1.7.4 but it has UI/UX issues 🙁
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
