blob: 13beaa968faf9f5c7d902acc7c038a668afd066f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Horde Compute integration
Zen compute can use Horde to provision runner nodes.
## Launch a coordinator instance
Coordinator instances provision compute resources (runners) from a compute provider such as Horde, and surface an interface which allows zenserver instances to discover endpoints which they can submit actions to.
```bash
zenserver compute --horde-enabled --horde-server=https://horde.dev.net:13340/ --horde-max-cores=512 --horde-zen-service-port=25000 --http=asio
```
## Use a coordinator
```bash
zen exec beacon --path=e:\lyra-recording --orch=http://localhost:8558
```
|