fix(runner): restart when hub identity changes (#303)

* fix(runner): restart when hub identity changes

* fix(runner): fail closed on missing identity
This commit is contained in:
ROOOO
2026-03-18 10:43:36 +08:00
committed by GitHub
parent 2ecd56dbe8
commit f967bd9928
5 changed files with 173 additions and 5 deletions
+3
View File
@@ -35,6 +35,9 @@ export interface RunnerLocallyPersistedState {
startTime: string;
startedWithCliVersion: string;
startedWithCliMtimeMs?: number;
startedWithApiUrl?: string;
startedWithMachineId?: string;
startedWithCliApiTokenHash?: string;
lastHeartbeat?: string;
runnerLogPath?: string;
}