| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | made local action submits more async by introducing "submitting" state | Stefan Boberg | 13 days | 1 | -0/+3 |
| | | |||||
| * | added logic to FunctionServiceSession::Impl::WaitUntilReady to handle ↵ | Stefan Boberg | 13 days | 1 | -0/+5 |
| | | | | | local-only case (zen exec inproc) | ||||
| * | added BaseRunnerGroup with all concrete RunnerGroup state+logic | Stefan Boberg | 2026-02-25 | 1 | -180/+26 |
| | | |||||
| * | initial implementation of batch submit of remote work | Stefan Boberg | 2026-02-25 | 1 | -0/+84 |
| | | |||||
| * | implemented basic worker expiration | Stefan Boberg | 2026-02-24 | 1 | -0/+23 |
| | | |||||
| * | structured compute basics (#714) | Stefan Boberg | 2026-02-18 | 1 | -0/+207 |
| 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 | |||||