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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...