aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute
Commit message (Expand)AuthorAgeFilesLines
* added worker id validationsb/orchStefan Boberg12 days1-19/+27
* add basic validation of announced endpointsStefan Boberg12 days1-0/+5
* clang-formatStefan Boberg12 days1-1/+1
* fixed up build for zencompute disableStefan Boberg12 days2-4/+17
* fixed initializer orderStefan Boberg13 days1-2/+2
* made local action submits more async by introducing "submitting" stateStefan Boberg13 days5-18/+56
* FunctionServiceSession::Impl::SubmitActions now uses the batching LocalProces...Stefan Boberg13 days1-7/+4
* LocalProcessRunner::SubmitActions batchingStefan Boberg13 days1-2/+29
* added worker pools to local runnersStefan Boberg13 days11-11/+38
* windows: ensure process exit code is trackedStefan Boberg13 days1-0/+1
* added logic to FunctionServiceSession::Impl::WaitUntilReady to handle local-o...Stefan Boberg13 days2-7/+17
* Merge branch 'sb/orch' of ssh://arn-wd-l1704:2222/ue-foundation/zen into sb/orchStefan Boberg13 days5-1/+21
|\
| * annotated some functions with trace scopesStefan Boberg13 days5-1/+21
* | made ZEN_BATCH_SCHEDULER the only optionStefan Boberg13 days1-61/+17
|/
* restructured DeferredDirectoryDeleter so it can handle explicit expirationStefan Boberg13 days16-33/+470
* Implemented deferred cleanup of runner sandbox directoriesStefan Boberg13 days6-31/+19
* wine workaround for differing behaviour of DeleteDirectoriesStefan Boberg13 days1-3/+9
* more orderly shutdown for compute serverStefan Boberg14 days2-17/+36
* added CPU usage to coordinator dashboard, along with memory infoStefan Boberg2026-02-253-19/+40
* changed how CPU metrics are tracked, to avoid some of the overheads of the pr...Stefan Boberg2026-02-252-2/+4
* made websockets conditional and disabled by default until shutdown issues can...Stefan Boberg2026-02-252-8/+50
* added ZEN_TRACE_CPU to various functionsStefan Boberg2026-02-256-4/+53
* added BaseRunnerGroup with all concrete RunnerGroup state+logicStefan Boberg2026-02-252-180/+210
* remote submit now uses GetLargeWorkerPoolStefan Boberg2026-02-251-1/+3
* minor matcher cleanupStefan Boberg2026-02-251-3/+3
* initial implementation of batch submit of remote workStefan Boberg2026-02-254-16/+178
* tweaked logger name apply -> computeStefan Boberg2026-02-252-2/+2
* some orchestrator logging tweaksStefan Boberg2026-02-252-5/+18
* use websocket push for orchestrator dashboard updatesStefan Boberg2026-02-242-3/+138
* add missing <thread> includeStefan Boberg2026-02-241-0/+1
* add missing <thread> includeStefan Boberg2026-02-241-0/+1
* added cloudmetadata testsStefan Boberg2026-02-245-0/+719
* cloudmetadata changes for testabilityStefan Boberg2026-02-242-24/+65
* added cloud metadata (IMDS) support to compute serverStefan Boberg2026-02-243-0/+715
* enhance state change logging in orchestratorStefan Boberg2026-02-241-2/+10
* added indeterminate reachabilityStefan Boberg2026-02-243-18/+34
* implemented basic worker expirationStefan Boberg2026-02-244-2/+57
* added orchestrator probingStefan Boberg2026-02-242-1/+92
* removed test routeStefan Boberg2026-02-243-21/+3
* added FunctionServiceSession::WaitUntilReadyStefan Boberg2026-02-242-0/+24
* added basic orchestrator polling in functionserviceStefan Boberg2026-02-242-3/+82
* fixed up orchestrator member namingStefan Boberg2026-02-242-12/+12
* added some top-level metrics to the orchestrator dashboardStefan Boberg2026-02-233-5/+28
* Merge branch 'sb/orch' of https://github.ol.epicgames.net/ue-foundation/zen i...Stefan Boberg2026-02-221-2/+0
|\
| * cleaned out vcpkg:: package referencesStefan Boberg2026-02-221-2/+0
* | fix build issues on Mac/LinuxStefan Boberg2026-02-222-6/+13
|/
* moved HttpOrchestratorService state into OrchestratorService to fix dependenc...Stefan Boberg2026-02-2210-154/+259
* added support for basic worker timeline tracking and queryingStefan Boberg2026-02-224-2/+707
* ignore deprecation warnings for sandbox APIs on macOSStefan Boberg2026-02-201-0/+4
* also use except_fmt for linuxrunnerStefan Boberg2026-02-201-0/+1