Rank 3: Container
I restarted multiple times btw
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 3: Container
I restarted multiple times btw
In the newer docker-compose.yml file the network changed
networks: gateway: name: gateway appwrite: name: appwrite runtimes: name: runtimesSo make sure the _APP_EXECUTOR_RUNTIME_NETWORK is set to runtimes
-_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes+_APP_EXECUTOR_RUNTIME_NETWORK=runtimesAfter that reload your compose
And check again
Rank 3: Container
and what about other? 'runtimes' should be everywhere?
_APP_EXECUTOR_RUNTIME_NETWORK=runtimes
_APP_FUNCTIONS_ENVS=dart-3.0
_APP_FUNCTIONS_INACTIVE_THRESHOLD=60
DOCKERHUB_PULL_USERNAME=
DOCKERHUB_PULL_PASSWORD=
DOCKERHUB_PULL_EMAIL=
OPEN_RUNTIMES_NETWORK=appwrite_runtimes
_APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes
Rank 3: Container
OPEN_RUNTIMES_NETWORK
Most of them are deprecated
Take a look in the docker-compose file to see which one is in use
Also. You'll probably need to change the host
I could check it later
Rank 3: Container
host? which param name is that?
Rank 3: Container
still the same problem after changing to runtimes
App exexutor host
I think the url should be changed to
...openruntime-exexutor...
or just
...executor...
Try them both
Rank 3: Container
have to go now but i will test in 2h
Rank 3: Container
by default there is _APP_EXECUTOR_HOST=http://appwrite-executor/v1
Rank 3: Container
Could not resolve host: openruntime-executor with status code 0
Rank 3: Container
it was for _APP_EXECUTOR_HOST=http://openruntimes-executor/v1
trying just executor
Rank 3: Container
executor works
Rank 3: Container
i will upload config for everybody that have a problem
Rank 3: Container
_APP_DOMAIN_FUNCTIONS=
_APP_FUNCTIONS_SIZE_LIMIT=30000000
_APP_FUNCTIONS_TIMEOUT=900
_APP_FUNCTIONS_BUILD_TIMEOUT=900
_APP_FUNCTIONS_CONTAINERS=10
_APP_FUNCTIONS_CPUS=0
_APP_FUNCTIONS_MEMORY=0
_APP_FUNCTIONS_MEMORY_SWAP=0
_APP_FUNCTIONS_RUNTIMES=dart-3.0
_APP_EXECUTOR_HOST=http://executor/v1
_APP_EXECUTOR_RUNTIME_NETWORK=runtimes
_APP_FUNCTIONS_ENVS=dart-3.0
_APP_FUNCTIONS_INACTIVE_THRESHOLD=60
OPEN_RUNTIMES_NETWORK=runtimes
_APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes
Rank 3: Container
Thanks for help Binyamin!
Rank 3: Container
[SOLVED] Could not resolve host while building a function on 1.4.0 and 1.4.1
Great 👍