
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
- Server error 500 in appwrite 1.8.0jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava... 
- Email templates partially broken in non-...Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a... 
- AI feature by functions?I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing... 
