aboutsummaryrefslogtreecommitdiff
path: root/docs/compute.md
Commit message (Collapse)AuthorAgeFilesLines
* Documentation updates (#882)Stefan Boberg12 days1-21/+71
| | | Restructured the docs folder in preparation for more docs. Improved the contents a bit.
* compute orchestration (#763)Stefan Boberg2026-03-041-14/+65
| | | | | | | | | | - Added local process runners for Linux/Wine, Mac with some sandboxing support - Horde & Nomad provisioning for development and testing - Client session queues with lifecycle management (active/draining/cancelled), automatic retry with configurable limits, and manual reschedule API - Improved web UI for orchestrator, compute, and hub dashboards with WebSocket push updates - Some security hardening - Improved scalability and `zen exec` command Still experimental - compute support is disabled by default
* structured compute basics (#714)Stefan Boberg2026-02-181-0/+152
this change adds the `zencompute` component, which can be used to distribute work dispatched from UE using the DDB (Derived Data Build) APIs via zenserver this change also adds a distinct zenserver compute mode (`zenserver compute`) which is intended to be used for leaf compute nodes to exercise the compute functionality without directly involving UE, a `zen exec` subcommand is also added, which can be used to feed replays through the system all new functionality is considered *experimental* and disabled by default at this time, behind the `zencompute` option in xmake config