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
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...