aboutsummaryrefslogtreecommitdiff
path: root/src/zencompute/include
Commit message (Expand)AuthorAgeFilesLines
* made local action submits more async by introducing "submitting" stateStefan Boberg12 days1-1/+4
* restructured DeferredDirectoryDeleter so it can handle explicit expirationStefan Boberg13 days1-0/+1
* more orderly shutdown for compute serverStefan Boberg13 days1-1/+8
* added CPU usage to coordinator dashboard, along with memory infoStefan Boberg14 days1-3/+17
* changed how CPU metrics are tracked, to avoid some of the overheads of the pr...Stefan Boberg14 days1-0/+2
* made websockets conditional and disabled by default until shutdown issues can...Stefan Boberg2026-02-251-4/+14
* some orchestrator logging tweaksStefan Boberg2026-02-251-1/+15
* use websocket push for orchestrator dashboard updatesStefan Boberg2026-02-241-2/+25
* add missing <thread> includeStefan Boberg2026-02-241-0/+1
* add missing <thread> includeStefan Boberg2026-02-241-0/+1
* added cloudmetadata testsStefan Boberg2026-02-242-0/+104
* cloudmetadata changes for testabilityStefan Boberg2026-02-241-0/+19
* added cloud metadata (IMDS) support to compute serverStefan Boberg2026-02-241-0/+129
* added indeterminate reachabilityStefan Boberg2026-02-241-6/+13
* added orchestrator probingStefan Boberg2026-02-241-1/+8
* removed test routeStefan Boberg2026-02-241-2/+0
* added FunctionServiceSession::WaitUntilReadyStefan Boberg2026-02-241-0/+1
* added basic orchestrator polling in functionserviceStefan Boberg2026-02-241-0/+1
* fixed up orchestrator member namingStefan Boberg2026-02-241-3/+3
* added some top-level metrics to the orchestrator dashboardStefan Boberg2026-02-231-1/+3
* fix build issues on Mac/LinuxStefan Boberg2026-02-221-3/+5
* moved HttpOrchestratorService state into OrchestratorService to fix dependenc...Stefan Boberg2026-02-226-27/+69
* added support for basic worker timeline tracking and queryingStefan Boberg2026-02-221-1/+5
* basic orchestrator logicStefan Boberg2026-02-191-0/+4
* KnownWorker needs to track using `std::string` not `std::string_view`Stefan Boberg2026-02-191-2/+2
* structured compute basics (#714)Stefan Boberg2026-02-185-0/+387