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
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- OAuth2 Provider is disabled automaticall...
Hi everyone, I'm using self-host Appwrite 1.7.4. I can setup OAuth2 with Google successfully, however the provider is disabled automatically after one day witho...
- Disabling registration
Is it possible to disable registration in self hosted ?