
Hey, so i've seen on your dev docker-compose (the compose in the root folder, not the one in app/views/install), that there was an OpenRuntimes Proxy.
Since i have a cluster i wanted to know how to setup the proxy to make executors on each worker node and avoid one node to be always used by the OPR.
So i mostly wanted to know if it's possible to deploy the executors in a global
way (< one replica per node) and use the DNS to find the nodes (would be tasks.appwrite_openruntimes-executor
which have all A record of all executors).
Like prometheus propose this : https://prometheus.io/docs/prometheus/latest/configuration/configuration/#dns_sd_config
Or if i need to deploy differents replicas bound to a specific node, so i can use the hostname (comma separated exec_node1,exec_node2
) like it's shown in the dev docker-compose.

cc @Meldiron
Recommended threads
- Not able to see the collections when cre...
Why can't I see any relationship attribute in the latest version of appwrite
- How to setup Google OAuth2 for React Nat...
Hi, I'm looking for a tutorial on how to setup Google OAuth2 in React Native.
- Is there migration script generation lik...
Having standards migration script is helpful. For example something like same script to apply for multiple DB - each DB for one tenant
